]> 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:02:40 +0000 (20:02 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 8 Oct 2014 18:02:40 +0000 (20:02 +0200)
commit94262ebc9c1249c1fdec771a48e9f666c37cfcde
tree5a2e32677494a1950edfa66ab67a186da867b5d6
parent3a43dbfabf73c8b74ccbb5255fdd3a2842a045e2
parent0ddbf4795f40d2d3386dc56ffa264b50a015f6c9
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.

Initial patch by Mark Shannon.
Misc/NEWS
Modules/_ctypes/callproc.c
Modules/pyexpat.c
Python/traceback.c