]> granicus.if.org Git - python/commit
Add _PyErr_CreateException()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 22 Aug 2016 21:59:08 +0000 (23:59 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 22 Aug 2016 21:59:08 +0000 (23:59 +0200)
commit3a840972915ef05cb6d7c58df84100be05d9e35b
treecab2e4996a424303df61ce377b8ed5336e8496d8
parent463b86a881ab9afc4c24f4a669582626977708d7
Add _PyErr_CreateException()

Issue #27809: Helper function optimized to create an exception: use fastcall
whenever possible.
Python/errors.c