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 arigo
Recipients Christoph Böddeker, arigo, berker.peksag, serhiy.storchaka, whitespacer
Date 2017-04-10.07:51:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491810703.35.0.538105504006.issue29694@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe we should review pathlib.py for this kind of issues and first apply the fixes and new tests inside PyPy.  That sounds like a better way to get things done for these rare issues, where CPython is understandably reluctant to do much changes.

Note that the PyPy version of the stdlib already contains fixes that have not been merged back to CPython (or only very slowly), though so far they are the kind of issues that trigger more often on PyPy than on CPython, like GC issues.
History
Date User Action Args
2017-04-10 07:51:43arigosetrecipients: + arigo, berker.peksag, serhiy.storchaka, Christoph Böddeker, whitespacer
2017-04-10 07:51:43arigosetmessageid: <1491810703.35.0.538105504006.issue29694@psf.upfronthosting.co.za>
2017-04-10 07:51:43arigolinkissue29694 messages
2017-04-10 07:51:43arigocreate