[issue12149] Segfault in _PyObject_GenericGetAttrWithDict

Antoine Pitrou report at bugs.python.org
Thu Dec 15 11:51:05 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Thanks for the writeup, Mark. Here is a patch, calling PyType_Modified in the type's (not the instance's) tp_clear.

----------
resolution: fixed -> 
status: closed -> open
Added file: http://bugs.python.org/file23963/type_clear.patch

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


More information about the Python-bugs-list mailing list