[issue25406] OrderedDict.move_to_end may cause crash in python 3.5

2015-10-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 88e6641c3dd3 by Serhiy Storchaka in branch '3.5': Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end() https://hg.python.org/cpython/rev/88e6641c3dd3 New changeset 33d53a41daeb by Serhiy Storchaka in branch 'default': Issue #25

[issue25406] OrderedDict.move_to_end may cause crash in python 3.5

2015-10-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your review Eric. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___ __

[issue25406] OrderedDict.move_to_end may cause crash in python 3.5

2015-10-14 Thread Eric Snow
Eric Snow added the comment: @Serhiy, patch LGTM. Thanks for taking care of it. -- stage: patch review -> commit review ___ Python tracker ___ __

[issue25406] OrderedDict.move_to_end may cause crash in python 3.5

2015-10-14 Thread Eric Snow
Changes by Eric Snow : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue25406] OrderedDict.move_to_end may cause crash in python 3.5

2015-10-14 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- keywords: +patch Added file: http://bugs.python.org/file40783/move_to_end_issue25406.patch ___ Python tracker ___ ___

[issue25406] OrderedDict.move_to_end may cause crash in python 3.5

2015-10-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is a patch that fixes the issue. -- stage: needs patch -> patch review ___ Python tracker ___ ___

[issue25406] OrderedDict.move_to_end may cause crash in python 3.5

2015-10-14 Thread Snivy Pang
Changes by Snivy Pang : -- nosy: +Snivy Pang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue25406] OrderedDict.move_to_end may cause crash in python 3.5

2015-10-14 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue25406] OrderedDict.move_to_end may cause crash in python 3.5

2015-10-14 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +rhettinger, serhiy.storchaka priority: normal -> critical stage: -> needs patch versions: +Python 3.6 ___ Python tracker ___

[issue25406] OrderedDict.move_to_end may cause crash in python 3.5

2015-10-14 Thread Cruise Liu
New submission from Cruise Liu: Following code will crash python. Tested on linux and windows. Python 3.5.0 (default, Sep 20 2015, 11:28:25) [GCC 5.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import collections >>> x = collections.OrderedDict([ ('a',