Re: "definitive" source on advanced python?

2006-04-03 Thread Gabriel de Dietrich
Maybe you're looking for something like this? http://jamesthornton.com/eckel/TIPython/html/Index.htm Haven't read it yet, but seems to be about design patterns. Not the "definitive" stuff, though... -- http://mail.python.org/mailman/listinfo/python-list

malloc'ed PyTypeObject

2006-04-06 Thread Gabriel de Dietrich
Is it enough to add Py_TPFLAGS_HEAPTYPE? Can I safely free tp_getset after calling PyType_Ready()? What will the weather be for the next week-end? Thank you for reading. -- Gabriel de Dietrich -- http://mail.python.org/mailman/listinfo/python-list