Antoine Pitrou added the comment:

The first two patches (_tkinter_pep3121-384_v0.patch and 
_tkinter_pep3121-384_v1.patch) seemed to have the refcounts right, but Andrew's 
further patches lost the required Py_INCREF in the various new() functions (and 
the corresponding Py_DECREF in deallocs), which is the cause for the crash in 
#15667.

----------
nosy: +pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15721>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to