[Python-checkins] [python/cpython] d7abeb: [3.5] bpo-29694: race condition in pathlib mkdir w...

GitHub noreply at github.com
Thu Apr 13 22:26:26 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: d7abeb7024b9755c291c29bdc8c4494246e975ad
      https://github.com/python/cpython/commit/d7abeb7024b9755c291c29bdc8c4494246e975ad
  Author: Mariatta <Mariatta at users.noreply.github.com>
  Date:   2017-04-13 (Thu, 13 Apr 2017)

  Changed paths:
    M Lib/pathlib.py
    M Lib/test/test_pathlib.py
    M Misc/NEWS

  Log Message:
  -----------
  [3.5] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089). (GH-1127)

(cherry picked from commit 22a594a0047d7706537ff2ac676cdc0f1dcb329c)




More information about the Python-checkins mailing list