]> granicus.if.org Git - python/commit
Unlink the structseq type from the global list of
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 15 Apr 2006 12:45:05 +0000 (12:45 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 15 Apr 2006 12:45:05 +0000 (12:45 +0000)
commitc597d1b4468e98f9f1f3fe22ab97012e4be918dc
treea6e3afdfd586d9e5215f3d40116586e6046296c8
parent4b501e6c7dd65ecb4a469a0fbc8a8fc8d62a7922
Unlink the structseq type from the global list of
objects before initializing it. It might be linked
already if there was a Py_Initialize/Py_Finalize
cycle earlier; not unlinking it would break the global
list.
Objects/structseq.c