[Python-3000] Draft PEP: Dropping PyObject_HEAD (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Sun Apr 29 15:48:33 CEST 2007
- Previous message: [Python-3000] Draft PEP: Dropping PyObject_HEAD
- Next message: [Python-3000] Draft PEP: Dropping PyObject_HEAD
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- add the new access macros to 2.6 (defined appropriately) - in 3.0, instead of removing PyObjectHEAD and company, redefine them appropriately, .e.g, #define PyObjectHEAD PyObject obtype;
Thanks, I added both of them into PEP 3123 (now retitled to indicate that PyObject_HEAD is not dropped).
Regards, Martin
- Previous message: [Python-3000] Draft PEP: Dropping PyObject_HEAD
- Next message: [Python-3000] Draft PEP: Dropping PyObject_HEAD
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]