mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
f884b74910
NULL, so that you can call PyType_Ready() to initialize a type that is to be separately compiled with C on Windows. inherit_special(): Add a long comment explaining that you have to set tp_new if your base class is PyBaseObject_Type.