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 python-dev
Recipients Dan Buchoff, eryksun, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2017-02-04.23:00:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486249225.98.0.169530883391.issue29416@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 661c40ba59855ebe4967424fcabd41be6f799137 by Steve Dower in branch 'master':
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
https://github.com/python/cpython/commit/661c40ba59855ebe4967424fcabd41be6f799137

New changeset 77da63372461ddeb82dbfdef86e702e43e24e1da by Steve Dower in branch 'master':
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
https://github.com/python/cpython/commit/77da63372461ddeb82dbfdef86e702e43e24e1da

New changeset c05ffe646dc009c01365db917f0ca6b738fda69b by Steve Dower in branch 'master':
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
https://github.com/python/cpython/commit/c05ffe646dc009c01365db917f0ca6b738fda69b
History
Date User Action Args
2017-02-04 23:00:26python-devsetrecipients: + python-dev, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, Dan Buchoff
2017-02-04 23:00:25python-devsetmessageid: <1486249225.98.0.169530883391.issue29416@psf.upfronthosting.co.za>
2017-02-04 23:00:25python-devlinkissue29416 messages
2017-02-04 23:00:25python-devcreate