]> granicus.if.org Git - python/commit
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 8 Oct 2014 18:00:09 +0000 (20:00 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 8 Oct 2014 18:00:09 +0000 (20:00 +0200)
commit0ddbf4795f40d2d3386dc56ffa264b50a015f6c9
treead87573215721b20a0160dacbe8dc0f423e56c1c
parentb2fdafe3d2ac643b635d3b89429818e6036e8925
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.

Initial patch by Mark Shannon.
Include/traceback.h
Lib/test/test_pyexpat.py
Misc/NEWS
Modules/_ctypes/callbacks.c
Modules/_ctypes/callproc.c
Modules/_ctypes/ctypes.h
Modules/pyexpat.c
Python/traceback.c