]> granicus.if.org Git - python/commit
Fixed bug in implementation of tp_init function. It should be an int
authorJim Fulton <jim@zope.com>
Sat, 28 Jun 2003 11:54:03 +0000 (11:54 +0000)
committerJim Fulton <jim@zope.com>
Sat, 28 Jun 2003 11:54:03 +0000 (11:54 +0000)
commit7050e929e62d812e1e41ed1bc3a9d63cd9650e88
treef96299543a57c714400a0299bccbcf48be005a43
parent4b59f9165de726c6850357fc3e1d19f590e98102
Fixed bug in implementation of tp_init function. It should be an int
function, not a PyObject *.
Doc/ext/noddy2.c
Doc/ext/noddy3.c