Revision 8 as of 2008-11-15 14:00:01

Clear message

This is a list of suggestions about the migration of Python C extension modules to Python 3.0. Feel free to expand the list!

Toggle line numbers
   1 PyObject_HEAD_INIT(NULL)
   2 0, /* ob_size */

Toggle line numbers
   1 PyVarObject_HEAD_INIT(NULL, 0)

Toggle line numbers
   1 #define PyClass_Check(obj) PyObject_IsInstance(obj, (PyObject *)&PyType_Type)
   2 

Unable to edit the page? See the FrontPage for instructions.