[Python-3000] Draft PEP: Dropping PyObject_HEAD
Neil Schemenauer
nas at arctrix.com
Sat Apr 28 20:02:56 CEST 2007
Martin v. Löwis <martin at v.loewis.de> wrote:
> I propose the PEP below for Py3k.
I think it's a good idea. It would be nice if the PEP included
something about forwards compatibility. Ideally, there should be a
way to write a module that works with both 2.x and 3.x (e.g. using
preprocessor macros). Obviously the 3.x design should not be
compromised for this sake though.
Neil
More information about the Python-3000
mailing list