On 8/18/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: > I'm soliciting ideas for things that need to be done for the 3.0 > release that would make good sprint topics. Assume we'll have a mix of > more and less experienced developers on hand. > > (See wiki.python.org/moin/GoogleSprint .)
Would ripping out the malloc macros[1] be a suitable suggestion? [1] Include/objimpl.h:#define PyObject_MALLOC PyMem_MALLOC Include/pymem.h:#define PyMem_MALLOC PyObject_MALLOC -- Adam Olsen, aka Rhamphoryncus _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
