]> granicus.if.org Git - python/commit
Added some missing PyObject* casts in the deallocators.
authorJim Fulton <jim@zope.com>
Fri, 16 May 2003 13:53:43 +0000 (13:53 +0000)
committerJim Fulton <jim@zope.com>
Fri, 16 May 2003 13:53:43 +0000 (13:53 +0000)
commit1f325562f024132d3603c718966dd5d8c8be79ea
tree81c055eaa59d7d0a12e983ed3fa36be3ff3ae782
parenta24d73ddb15c8f1d1a2073a4cc16859333d23bb4
Added some missing PyObject* casts in the deallocators.

Added some defines for PyMODINIT_FUNC so that the examples work
with Python 2.2.

I think I'm done hacking this documentation. Yippie! :)
Doc/ext/noddy.c
Doc/ext/noddy2.c
Doc/ext/noddy3.c