◐ Shell
clean mode source ↗

Message 131464 - Python tracker

> test_runpy fails on Windows on make_legacy_pyc() (of test.support),
> I don't know why.

Gotcha: I replaced mkdir() by CreateDirectoryW(), but the "directory already exists" error was not ignored. Fixed by 2debe178697b.