]> granicus.if.org Git - python/commit
[3.6] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089...
authorMariatta <Mariatta@users.noreply.github.com>
Fri, 14 Apr 2017 02:26:16 +0000 (19:26 -0700)
committerGitHub <noreply@github.com>
Fri, 14 Apr 2017 02:26:16 +0000 (19:26 -0700)
commitcbc46afa59dcc43c2c8c90ae7a0a0dc404325a89
tree44df38cbed9accd263365cb2eb250bcc7b16dcef
parent2cdf087d1fd48f7d0f95b5a0b31b9a624fa84751
[3.6] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089). (GH-1126)

(cherry picked from commit 22a594a0047d7706537ff2ac676cdc0f1dcb329c)
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS