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.

Author gregory.p.smith
Recipients gregory.p.smith, pablogsal, petr.viktorin, vstinner
Date 2020-02-27.07:33:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582788788.32.0.721107002721.issue38112@roundup.psfhosted.org>
In-reply-to
Content
https://bugs.python.org/issue39769 may be of interest.  compileall's ddir= does not behave properly in recursive subdirectories, it did the right thing in 2.7 which is similar to a combination of compile_dir(dir, prependdir=ddir, stripdir=dir) after this issue's feature.
History
Date User Action Args
2020-02-27 07:33:08gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, petr.viktorin, pablogsal
2020-02-27 07:33:08gregory.p.smithsetmessageid: <1582788788.32.0.721107002721.issue38112@roundup.psfhosted.org>
2020-02-27 07:33:08gregory.p.smithlinkissue38112 messages
2020-02-27 07:33:08gregory.p.smithcreate