[Python-Dev] API change in 2.2.1c1

Martin v. Löwis loewis@informatik.hu-berlin.de
Wed, 20 Mar 2002 09:26:37 +0100 (CET)


There seem to be an API changes between Python 2.2 and 2.2.1c1:
PyCellObject begins with a PyObject_HEAD, not anymore with a
PyObject_VAR_HEAD. While it is unlikely that anybody will notice, I'd
prefer to leave the additional field in the structure.

Regards,
Martin