]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Changed the assignment of PyType_GenericNew to tp_new slot. Now do
authorJim Fulton <jim@zope.com>
Sat, 28 Jun 2003 11:53:29 +0000 (11:53 +0000)
committerJim Fulton <jim@zope.com>
Sat, 28 Jun 2003 11:53:29 +0000 (11:53 +0000)
commit4b59f9165de726c6850357fc3e1d19f590e98102
tree8ab54af5e537a9156ab0938f953ee81e179aa34b
parentdb6a569de7ae595ada53b618fce6bbbd1c98d350
Changed the assignment of PyType_GenericNew to tp_new slot. Now do
this in module initialization before calling PyType_Ready.  (Sorry
Tim.) This is necessary to compile on cygwin.  AFAIK, we support
cygwin. If so, then we need to write extentions this way.
Doc/ext/noddy.c