[issue21064] Simple segfault

Jona Sassenhagen report at bugs.python.org
Tue Mar 25 17:30:54 CET 2014


Jona Sassenhagen added the comment:

In fact this minimal example is sufficient to cause a CtD (OSX 10.9.2):

$ python3
Python 3.3.2 (v3.3.2:d047928ae3f6, May 13 2013, 13:52:24) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> class Word(object):
...     def __init__(self):
Segmentation fault: 11

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21064>
_______________________________________


More information about the Python-bugs-list mailing list