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 arigo, berker.peksag, serhiy.storchaka, whitespacer
Date 2017-03-28.14:27:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490711232.46.0.25619343069.issue29694@psf.upfronthosting.co.za>
In-reply-to
Content
Changes including a test.  The test should check all combinations of "concurrent" creation of the directory.  It hacks around at pathlib._normal_accessor.mkdir (patching "os.mkdir" has no effect, as the built-in function was already extracted and stored inside pathlib._normal_accessor).
History
Date User Action Args
2017-03-28 14:27:12arigosetrecipients: + arigo, berker.peksag, serhiy.storchaka, whitespacer
2017-03-28 14:27:12arigosetmessageid: <1490711232.46.0.25619343069.issue29694@psf.upfronthosting.co.za>
2017-03-28 14:27:12arigolinkissue29694 messages
2017-03-28 14:27:12arigocreate