commit | c597d1b4468e98f9f1f3fe22ab97012e4be918dc | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Apr 15 12:45:05 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Apr 15 12:45:05 2006 +0000 |
tree | a6e3afdfd586d9e5215f3d40116586e6046296c8 | |
parent | 4b501e6c7dd65ecb4a469a0fbc8a8fc8d62a7922 [diff] |
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.