[issue16445] SEGFAULT when deleting Exception.message

Serhiy Storchaka report at bugs.python.org
Fri Nov 9 12:40:44 CET 2012


Serhiy Storchaka added the comment:

The Coccinelle looks as an amazing tool!

I propose split a patch on several patches (autogenerated code, attributes clearing, other pointer expressions (as *exceptionObject or unicode_latin1[i]) clearing, and local pointers clearing at the end) and commit they separately.

----------
components: +Extension Modules, Interpreter Core
nosy: +serhiy.storchaka
stage:  -> needs patch
versions: +Python 2.7, Python 3.2, Python 3.3, Python 3.4

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


More information about the Python-bugs-list mailing list