[issue24361] OrderedDict: crash with threads

2015-06-03 Thread Eric Snow
Eric Snow added the comment: This has been fixed via issue24362. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___

[issue24361] OrderedDict: crash with threads

2015-06-02 Thread Eric Snow
Eric Snow added the comment: FYI, this doesn't crash when I have the patch from issue24362 applied. -- assignee: -> eric.snow ___ Python tracker ___

[issue24361] OrderedDict: crash with threads

2015-06-02 Thread Stefan Krah
New submission from Stefan Krah: I tried to disprove my own claim of unreachable code in resize()/get_index() using a convoluted threaded test case. The code still fails to be reached, but another segfault turned up. -- components: Extension Modules files: crash-th.py messages: 244661