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 yselivanov
Recipients gvanrossum, methane, skrah, vstinner, yselivanov
Date 2018-01-25.18:54:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516906481.45.0.467229070634.issue32630@psf.upfronthosting.co.za>
In-reply-to
Content
I think I found what cause this, but I have no idea why it has surfaced only now :)

https://github.com/python/cpython/pull/5326/files
(see the added PyType_IS_GC(Py_TYPE(name)) check)

I'll merge that PR and rebase the decimal patch again.
History
Date User Action Args
2018-01-25 18:54:41yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, methane, skrah
2018-01-25 18:54:41yselivanovsetmessageid: <1516906481.45.0.467229070634.issue32630@psf.upfronthosting.co.za>
2018-01-25 18:54:41yselivanovlinkissue32630 messages
2018-01-25 18:54:41yselivanovcreate