]> granicus.if.org Git - python/commit
Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 19 Apr 2012 12:33:43 +0000 (14:33 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 19 Apr 2012 12:33:43 +0000 (14:33 +0200)
commitaa2efcb0bcb80465cfa7114bb20d99c13be57f1c
treec9af5b98cf8d7803c1e86d6b9b7104a6a569a77a
parente27b3608ef04daa5e27029c329ad426782c9670c
Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
Patch by Stefan Behnel.
Doc/c-api/exceptions.rst
Include/pyerrors.h
Lib/test/test_capi.py
Misc/NEWS
Modules/_testcapimodule.c
Python/errors.c