This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: multiprocessing creates duplicates of .pyc files
Type: behavior Stage:
Components: Library (Lib) Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ivb
Priority: normal Keywords:

Created on 2020-02-29 12:05 by ivb, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg362974 - (view) Author: Ivan Bykov (ivb) Date: 2020-02-29 12:05
multiprocessing module creates duplicates of .pyc files 
in __pycache__ dirs
because subprocess._args_from_interpreter_flags()
ignores "-X pycache_prefix=PATH" option.
History
Date User Action Args
2022-04-11 14:59:27adminsetgithub: 83976
2020-02-29 12:05:59ivbcreate