diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2008-08-24 20:59:23 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-08-24 20:59:23 (GMT) |
commit | 8f2f22ad2757d126da9c728749ee3679310c3a54 (patch) | |
tree | c3a5743e75cc251dccb6b906b82a7db89d45840e /Misc/NEWS | |
parent | 4b360c8ee1b71193d0ef9a3d2dd3fbc21a1a29df (diff) | |
download | cpython-8f2f22ad2757d126da9c728749ee3679310c3a54.zip cpython-8f2f22ad2757d126da9c728749ee3679310c3a54.tar.gz cpython-8f2f22ad2757d126da9c728749ee3679310c3a54.tar.bz2 |
Fix gdbinit to handle new types/APIs.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -33,6 +33,11 @@ Extension Modules - Issue #3643: Added a few more checks to _testcapi to prevent segfaults by exploitation of poor argument checking. +Tools/Demos +----------- + +- Fix Misc/gdbinit so it works. + What's new in Python 3.0b3? =========================== |