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 christian.heimes
Recipients andrei.avk, christian.heimes
Date 2021-12-05.18:59:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638730754.44.0.637777509589.issue45977@roundup.psfhosted.org>
In-reply-to
Content
It works as designed and documented. An empty string is considered a relative directory.

https://docs.python.org/3/library/sys.html#sys.pycache_prefix


> If this is set (not None), Python will write bytecode-cache .pyc files to (and read them from) a parallel directory tree rooted at this directory...
>
> A relative path is interpreted relative to the current working directory.
History
Date User Action Args
2021-12-05 18:59:14christian.heimessetrecipients: + christian.heimes, andrei.avk
2021-12-05 18:59:14christian.heimessetmessageid: <1638730754.44.0.637777509589.issue45977@roundup.psfhosted.org>
2021-12-05 18:59:14christian.heimeslinkissue45977 messages
2021-12-05 18:59:14christian.heimescreate