[issue31257] importlib race condition

2017-08-22 Thread STINNER Victor
STINNER Victor added the comment: Oops, please ignore my issue. It's a typo in my command line, missing space ;-) -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker _

[issue31257] importlib race condition

2017-08-22 Thread STINNER Victor
Changes by STINNER Victor : -- components: +Interpreter Core versions: +Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue31257] importlib race condition

2017-08-22 Thread STINNER Victor
New submission from STINNER Victor: While stressing the system to get system load of at least 5 (I have 4 logical CPUs), I got an import error whereas the module exists. See recent changes to fix race conditions in importlib: * bpo-30891: commit e72b1359f81d1dd42bd8a5c5cc2b3928b74f8023 * bpo-3