[Python-3000] Draft PEP: Dropping PyObject_HEAD (original) (raw)
Daniel Stutzbach daniel at stutzbachenterprises.com
Sat Apr 28 15:57:45 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 ]
To facilitate migration, I have a few suggestions:
- add the new access macros to 2.6 (defined appropriately)
- in 3.0, instead of removing PyObject_HEAD and company, redefine them appropriately, .e.g, #define PyObject_HEAD PyObject obtype;
-- Daniel Stutzbach, Ph.D. President, Stutzbach Enterprises LLC
- 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 ]