]> granicus.if.org Git - python/commit
support pep 3118 format strings for ctypes objects with nontrivial shapes (closes...
authorBenjamin Peterson <benjamin@python.org>
Sat, 17 May 2014 21:59:12 +0000 (14:59 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sat, 17 May 2014 21:59:12 +0000 (14:59 -0700)
commit5eb6b392109d6407269cbb49f6b297eb2a19567c
tree311ab51158f52a3e69b5249b1ffd3145ecc25cb8
parent5d52022406d21818603c945e65a9ac8154a6bbab
support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744)

Patch by Matti Picus.
Lib/ctypes/test/test_pep3118.py
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_ctypes/ctypes.h
Modules/_ctypes/stgdict.c