STINNER Victor <vstin...@python.org> added the comment:

> create_long_path isn't taking into account _write_atomic in 
> Lib/importlib/_bootstrap_external.py.

Yeah, I found the same issue:
https://github.com/python/cpython/pull/16778#issuecomment-541764285

I began to write a complex change to take _write_atomic() in account, but the 
test became super complex. I don't think that it's worth it. So I wrote a much 
simpler PR.
https://github.com/python/cpython/pull/16789#issuecomment-541918432

Anyway, the issue should now be fixed.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38470>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to