[issue29466] pickle does not serialize Exception __cause__ field

2019-02-13 Thread Tim Burgess
Change by Tim Burgess : -- nosy: +tjb900 ___ Python tracker <https://bugs.python.org/issue29466> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28411] Eliminate PyInterpreterState.modules.

2019-02-05 Thread Tim Burgess
Change by Tim Burgess : -- pull_requests: +11713 ___ Python tracker <https://bugs.python.org/issue28411> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28411] Eliminate PyInterpreterState.modules.

2019-02-05 Thread Tim Burgess
Change by Tim Burgess : -- pull_requests: +11713, 11714 ___ Python tracker <https://bugs.python.org/issue28411> ___ ___ Python-bugs-list mailing list Unsub

[issue34572] C unpickling bypasses import thread safety

2018-10-14 Thread Tim Burgess
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

[issue34572] C unpickling bypasses import thread safety

2018-09-03 Thread Tim Burgess
Change by Tim Burgess : -- keywords: +patch pull_requests: +8509 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34572> ___ ___ Py

[issue34572] C unpickling bypasses import thread safety

2018-09-03 Thread Tim Burgess
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