]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16445: Fix potential segmentation fault when deleting an exception message.
authorMark Dickinson <dickinsm@gmail.com>
Sun, 3 Mar 2013 11:13:34 +0000 (11:13 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 3 Mar 2013 11:13:34 +0000 (11:13 +0000)
commit7cac1c25a144a5d17353a245cec39198dc0b5d21
tree5204fb335f7d1a849438e3e87b1eeaeb469f0a4b
parentff0deb0529e4d1419f020ef1939180fae7ed0a4f
Issue #16445: Fix potential segmentation fault when deleting an exception message.
Lib/test/test_exceptions.py
Misc/NEWS
Objects/exceptions.c