[issue16839] segmentation fault when unicode(classic_class_instance)

2013-01-02 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue16839] segmentation fault when unicode(classic_class_instance)

2013-01-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0012d4f0ca59 by Benjamin Peterson in branch '2.7': ensure the attribute name string is initalized before using it (closes #16839) http://hg.python.org/cpython/rev/0012d4f0ca59 -- nosy: +python-dev resolution: -> fixed stage: patch review ->

[issue16839] segmentation fault when unicode(classic_class_instance)

2013-01-02 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thank you for the bug report. -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-

[issue16839] segmentation fault when unicode(classic_class_instance)

2013-01-02 Thread Daniel Urban
Changes by Daniel Urban : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue16839] segmentation fault when unicode(classic_class_instance)

2013-01-02 Thread Masaya Suzuki
New submission from Masaya Suzuki: Python 2.7.3 crushes when the following code is run without any library, which means run python with -S option: class Test: pass unicode(Test()) In the course of the interpreter tries to find the "__unicode__" attribute in a class, it uses a