| Open Bugs | New Bug |
anonymous Login/Register |
| 2004/11/28 | |||
When Py_TRACE_REFS is defined, PyHead::PyHead initializes _ob_next and _ob_prev to NULL but doesn't call _Py_AddToAllObjects (which adds the object to the global object list.) Segfaults ensue, on all platforms. |
|||
| 2005/01/07 | jcw | ||
Thanks, I've made the suggested change in CVS. |
|||