Message254681
| Author |
serhiy.storchaka |
| Recipients |
Robin.Schreiber, amaury.forgeotdarc, asvetlov, loewis, ned.deily, pitrou, serhiy.storchaka, terry.reedy |
| Date |
2015-11-15.08:28:13 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1447576093.43.0.186657919846.issue23815@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
Before issue15721 the tp_new was NULL, and this prevented from creating instances. After issue15721 the tp_new is inherited from object. An instance is created, but all internal pointers are NULLs. Following repr() dereferences NULL. |
|