]> granicus.if.org Git - python/commit
Patch #1720595: add T_BOOL to the range of structmember types.
authorGeorg Brandl <georg@python.org>
Mon, 21 Jan 2008 21:23:15 +0000 (21:23 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 21 Jan 2008 21:23:15 +0000 (21:23 +0000)
commit32a3fb5ec95c9417c43344a80d9e09c8042ac66d
tree7ecc7556d326a3e4e873f52e7611ca41a122b680
parentf00b38e08ccdcb48e409df951454f91cec428c0e
Patch #1720595: add T_BOOL to the range of structmember types.
Patch by Angelo Mottola, reviewed by MvL, tests by me.
Include/structmember.h
Lib/test/test_structmembers.py
Misc/NEWS
Modules/_testcapimodule.c
Python/structmember.c