Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8286951 commit 52c62d8Copy full SHA for 52c62d8
1 file changed
Lib/importlib/_bootstrap.py
@@ -419,8 +419,8 @@ def cache_from_source(path, debug_override=None):
419
.pyc/.pyo file calculated as if the .py file were imported. The extension
420
will be .pyc unless sys.flags.optimize is non-zero, then it will be .pyo.
421
422
- If debug_override is not None, then it must be a boolean and is taken as
423
- the value of bool(sys.flags.optimize) instead.
+ If debug_override is not None, then it must be a boolean and is used in
+ place of sys.flags.optimize.
424
425
If sys.implementation.cache_tag is None then NotImplementedError is raised.
426
0 commit comments