]> granicus.if.org Git - python/commit
The array type was missing the Py_TPFLAGS_DEFAULT initializer for the
authorGuido van Rossum <guido@python.org>
Wed, 24 Jan 2001 21:44:21 +0000 (21:44 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 24 Jan 2001 21:44:21 +0000 (21:44 +0000)
commit05bbb9a8fb0e6b5dc01bf30d78517d356a1080cb
tree99f793105f2f657430f2191b251f590aa52a86ed
parentd305f515f9c4e3cedb3e47ec2711f1dd2a99ceb5
The array type was missing the Py_TPFLAGS_DEFAULT initializer for the
tp_flags.  This will become important when I introduce
Py_TPFLAGS_HAVE_RICHCOMPARE (as I should have!).
Modules/arraymodule.c