Message257725
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. |
|
| Date |
User |
Action |
Args |
| 2016-01-07 23:10:14 | barry | set | recipients:
+ barry, pitrou, alexandre.vassalotti, nadeem.vawda, Arfrever, kitterma, python-dev, serhiy.storchaka, josh.r |
| 2016-01-07 23:10:14 | barry | set | messageid: <[email protected]> |
| 2016-01-07 23:10:14 | barry | link | issue22995 messages |
| 2016-01-07 23:10:14 | barry | create | |
|