]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
make struct sequences subclass tuple; kill lots of code
authorBenjamin Peterson <benjamin@python.org>
Wed, 7 Jul 2010 20:54:01 +0000 (20:54 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 7 Jul 2010 20:54:01 +0000 (20:54 +0000)
commitccabcd4bd441416c276a4755a601fd3fc290e32a
tree50bdd991d26052c512eeb216e5e4c1d04ae2f8e5
parenta9800a8d5b55d43df36d26f6e15709781c0d00aa
make struct sequences subclass tuple; kill lots of code

This fixes #8413.
Include/structseq.h
Misc/NEWS
Objects/structseq.c