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 barry
Recipients Arfrever, alexandre.vassalotti, barry, josh.r, kitterma, nadeem.vawda, pitrou, python-dev, serhiy.storchaka
Date 2016-01-07.23:10:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452208214.5.0.382042341536.issue22995@psf.upfronthosting.co.za>
In-reply-to
Content
So yeah, I guess Cython is doing something magical to boost the instance's type's basicsize, but I can't tell what from the Python prompt.  It also clearly doesn't affect the un/picklability of the instance, so I think the entire check is probably misguided.

It should almost definitely not raise a TypeError.  Either disable the entire check, or at most make it a warning.
History
Date User Action Args
2016-01-07 23:10:14barrysetrecipients: + barry, pitrou, alexandre.vassalotti, nadeem.vawda, Arfrever, kitterma, python-dev, serhiy.storchaka, josh.r
2016-01-07 23:10:14barrysetmessageid: <1452208214.5.0.382042341536.issue22995@psf.upfronthosting.co.za>
2016-01-07 23:10:14barrylinkissue22995 messages
2016-01-07 23:10:14barrycreate