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
Date 2020-02-27.05:20:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582780815.98.0.801821208944.issue39769@roundup.psfhosted.org>
In-reply-to
Content
This has probably been happening for many 3 releases.  I noticed it on 3.6 when investigating a problem with wrong paths in tracebacks coming from code which we used compileall.compile_dir(src_root, quiet=1, ddir="<prefix">) on.

I'm guessing ddir= (-d on the cli) isn't widely used?
History
Date User Action Args
2020-02-27 05:20:16gregory.p.smithsetrecipients: + gregory.p.smith
2020-02-27 05:20:15gregory.p.smithsetmessageid: <1582780815.98.0.801821208944.issue39769@roundup.psfhosted.org>
2020-02-27 05:20:15gregory.p.smithlinkissue39769 messages
2020-02-27 05:20:15gregory.p.smithcreate