This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients iwienand, vstinner
Date 2017-09-12.09:22:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505208151.36.0.63605817885.issue31426@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.5 moved to security only fixes recently, it doesn't accept bug fixes anymore:
https://devguide.python.org/#status-of-python-branches

It would be nice to Python 3.5.4 at least, or better: Python 3.6.x.


> (gdb) print *gen->gi_frame
> $112 = {ob_base = {ob_base = {ob_refcnt = 2, ob_type = 0x0}, ob_size = 0}, f_back = 0x0, f_code = 0xca3e4fd8950fef91, ...

ob_type should never be NULL for an object still reachable and with a reference count different than zero. It seems like a bug in a C extension. It would help to test your application on a Python compiled in debug mode.
History
Date User Action Args
2017-09-12 09:22:31vstinnersetrecipients: + vstinner, iwienand
2017-09-12 09:22:31vstinnersetmessageid: <1505208151.36.0.63605817885.issue31426@psf.upfronthosting.co.za>
2017-09-12 09:22:31vstinnerlinkissue31426 messages
2017-09-12 09:22:31vstinnercreate