]> granicus.if.org Git - python/commit
Merged revisions 64968,64971 via svnmerge from
authorThomas Heller <theller@ctypes.org>
Tue, 15 Jul 2008 17:25:07 +0000 (17:25 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 15 Jul 2008 17:25:07 +0000 (17:25 +0000)
commit0261e1e73f14da7ce2c50ad2a93390a31cae2179
treeb0aa393b3fab8775da31cf0c56a15da434bfcdf9
parentd88ddfa94ae112957e49093550c096415ef0cd33
Merged revisions 64968,64971 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r64968 | thomas.heller | 2008-07-15 19:03:08 +0200 (Di, 15 Jul 2008) | 4 lines

  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.
........
  r64971 | thomas.heller | 2008-07-15 19:19:50 +0200 (Di, 15 Jul 2008) | 2 lines

  NEWS entry for #issue 3258.
........
Lib/ctypes/test/test_pep3118.py
Misc/NEWS
Modules/_ctypes/_ctypes.c