
report at bugs
Aug 30, 2007, 2:18 AM
Post #1 of 8
(317 views)
Permalink
|
|
[issue1686386] Python SEGFAULT on invalid superclass access
|
|
TH added the comment: Here is a patch correcting the problem, with tests. It doesn't have much to do with exception, it's mainly a problem with PyObject_Str and PyObject_Repr, that I corrected with Py_EnterRecursiveCall calls. Maybe the bug should be reclassified, at least the title changed. ---------- nosy: +therve type: -> crash _____________________________________ Tracker <report [at] bugs> <http://bugs.python.org/issue1686386> _____________________________________
|