Serhiy Storchaka added the comment:

I have came to the same conclusion.

PR 2580 adds a double check in _bootstrap._find_and_load() (and also moves the 
locking into it). It also simplifies the C code by removing the fast path for 
the case sys.module[name] is None.

----------
stage:  -> patch review

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

Reply via email to