Change by Tim Burgess :
--
nosy: +tjb900
___
Python tracker
<https://bugs.python.org/issue29466>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Tim Burgess :
--
pull_requests: +11713
___
Python tracker
<https://bugs.python.org/issue28411>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Tim Burgess :
--
pull_requests: +11713, 11714
___
Python tracker
<https://bugs.python.org/issue28411>
___
___
Python-bugs-list mailing list
Unsub
Tim Burgess added the comment:
Hi! Just wondering if there is anything I can do to move this along?
--
___
Python tracker
<https://bugs.python.org/issue34
Change by Tim Burgess :
--
keywords: +patch
pull_requests: +8509
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue34572>
___
___
Py
New submission from Tim Burgess :
Retrieving and using a module directly from sys.modules (from C in this case)
leads to a race condition where the module may be importing on another thread
but has not yet been initialised. For slow filesystems or large modules (e.g.
numpy) this seems to