[issue13908] PyType_FromSpec() lacks PyType_Ready() call

Andreas Stührk report at bugs.python.org
Mon Jan 30 00:17:09 CET 2012


New submission from Andreas Stührk <andy-python at hammerhartes.de>:

As already stated by Amaury in http://mail.python.org/pipermail/python-dev/2011-October/113829.html, that leads to crashes:

>>> import xxlimited
>>> repr(xxlimited.Str)
[1]    19575 segmentation fault (core dumped)  ./python

----------
files: pytype_fromspec.patch
keywords: patch
messages: 152282
nosy: Trundle, amaury.forgeotdarc, loewis
priority: normal
severity: normal
status: open
title: PyType_FromSpec() lacks PyType_Ready() call
type: crash
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file24363/pytype_fromspec.patch

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


More information about the Python-bugs-list mailing list