]> granicus.if.org Git - python/commit
Issue #3258: Fix an assertion error (in debug build) and a crash (in
authorThomas Heller <theller@ctypes.org>
Tue, 15 Jul 2008 17:03:08 +0000 (17:03 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 15 Jul 2008 17:03:08 +0000 (17:03 +0000)
commitc0b2a807ff9ce7d2c0c83ee808678eb841aa9778
tree5ecf61706a8a77f736e65e36edb79922f428b9c5
parent6d6bd4436a08e557cc7cb52d6ae26f8662063f50
Issue #3258: Fix an assertion error (in debug build) and a crash (in
release build) when the format string of a pointer to an incomplete
structure is created.
Lib/ctypes/test/test_pep3118.py
Modules/_ctypes/_ctypes.c