]> granicus.if.org Git - python/commit
Don't initialize tp_type statically, it won't work on Windows. Spotted
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Nov 2001 15:48:13 +0000 (15:48 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Nov 2001 15:48:13 +0000 (15:48 +0000)
commit1062e706e5778d17b590414529c9e0191e24bea0
tree034ed3c4788ac1e09dfd20cd6a6936cb67b0d931
parent418c3b1e26770dd3920ed750f53f586b374e61bb
Don't initialize tp_type statically, it won't work on Windows. Spotted
by Thomas Heller (patch 459442).
Tools/bgen/bgen/bgenObjectDefinition.py