@@ -48,7 +48,8 @@ inputs:
4848 "static_hashes" (do not use hash randomization), "no_warnings" (do not
4949 give Python run time warnings), "-O" (alias "no_asserts"), "no_docstrings"
5050 (do not use doc strings), "-u" (alias "unbuffered"), "isolated" (do not
51- load outside code) and "-m" (package mode, compile as "package.__main__").
51+ load outside code), "-P" (alias "safe_path", do not used current directory
52+ in module search) and "-m" (package mode, compile as "package.__main__").
5253 Default empty.
5354 python-debug :
5455 description : |
@@ -470,6 +471,15 @@ inputs:
470471 which can and should be a top level package and then one choice, "error",
471472 "warning", "nofollow", e.g. PyQt5:error.
472473
474+ # ## Plugin options of 'dill-compat' (categories: package-support) ###
475+ include-pickle-support-module :
476+ description : |
477+ Include support for these modules to pickle nested compiled functions. You
478+ can use "all" which is the default, but esp. in module mode, just might
479+ want to limit yourself to not create unnecessary run-time usages. For
480+ standalone mode, you can leave it at the default, at it will detect
481+ the usage.
482+
473483 # ## Plugin options of 'pmw-freezer' (categories: package-support) ###
474484 include-pmw-blt :
475485 description : |
0 commit comments