[issue36773] Race condition during pickle.load()

2019-08-05 Thread Tal Einat
Tal Einat added the comment: On Windows 10, this reproduces consistently with 3.6 and 3.7.0, but not with 3.7.4, 3.8.0b3 and current master. So this definitely seems to be fixed. -- nosy: +taleinat resolution: -> fixed stage: -> resolved status: open -> closed _

[issue36773] Race condition during pickle.load()

2019-05-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It should be fixed in 3.7.3. https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-3-release-candidate-1 -- nosy: +serhiy.storchaka ___ Python tracker __

[issue36773] Race condition during pickle.load()

2019-05-05 Thread papad
papad added the comment: In what version should this be fixed? I see https://bugs.python.org/issue34572 says the fix is in version 3.7, while I'm experiencing this on python 3.7.3, which version should I check? -- ___ Python tracker

[issue36773] Race condition during pickle.load()

2019-05-02 Thread Ronald Oussoren
Ronald Oussoren added the comment: This could be a duplicate of Issue34572 -- nosy: +ronaldoussoren ___ Python tracker ___ ___ Pyth

[issue36773] Race condition during pickle.load()

2019-05-02 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue36773] Race condition during pickle.load()

2019-05-02 Thread papad
New submission from papad : There seems to be a race condition when unpickling the same object from different threads (My guess is it's related to imports that are related to the unpickled object). I have used the following files for reproduction (File contents are in the attached archive,