[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) by serhiy-storchaka · Pull Request #805 · python/cpython

serhiy-storchaka

when the OS gives priority to errors such as EACCES over EEXIST.

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Mar 24, 2017
…python#805)

when the OS gives priority to errors such as EACCES over EEXIST.

(cherry picked from commit af7b9ec)

Merged

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Mar 24, 2017
…python#805)

when the OS gives priority to errors such as EACCES over EEXIST.

(cherry picked from commit af7b9ec)

Merged

serhiy-storchaka added a commit that referenced this pull request

Mar 24, 2017
…#805) (#807)

when the OS gives priority to errors such as EACCES over EEXIST.

(cherry picked from commit af7b9ec)