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 omnios
Recipients brett.cannon, gregory.p.smith, jamesls, omnios, steve.dower
Date 2021-05-07.22:41:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620427305.67.0.0305361166106.issue44070@roundup.psfhosted.org>
In-reply-to
Content
I've just found this while investigating a regression with my project following update to 3.9.5. It took me some time to discover that the new test failures were due to __file__ now being fully qualified when it wasn't before.

As far as I can tell so far it is just breaking the tests, not the software (https://github.com/omniosorg/pkg5) but this doesn't feel like a change that should be made in a minor release.
History
Date User Action Args
2021-05-07 22:41:45omniossetrecipients: + omnios, brett.cannon, gregory.p.smith, steve.dower, jamesls
2021-05-07 22:41:45omniossetmessageid: <1620427305.67.0.0305361166106.issue44070@roundup.psfhosted.org>
2021-05-07 22:41:45omnioslinkissue44070 messages
2021-05-07 22:41:45omnioscreate