[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 rep...@bugs.python.org
http://bugs.python.org/issue24361
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue24361
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
nosy: Arfrever, BreamoreBoy, Jim.Jewett, Mark.Shannon, Ryan.Gonzalez, alex, 
asvetlov, benjamin.peterson, christian.heimes, eric.araujo, eric.smith, 
eric.snow, ezio.melotti, flox, gregory.p.smith, introom, josh.r, mrabarnett, 
ncoghlan, ned.deily, pitrou, python-dev, rhettinger, scoder, serhiy.storchaka, 
skrah, tonn81, westurner, yselivanov
priority: normal
severity: normal
stage: needs patch
status: open
title: OrderedDict: crash with threads
type: crash
versions: Python 3.6
Added file: http://bugs.python.org/file39595/crash-th.py

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24361
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com