]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24870: Reuse the new _Py_error_handler enum
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 22:26:54 +0000 (00:26 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 22:26:54 +0000 (00:26 +0200)
commit5014920cb72768bc54924e55e7004e79fcad94f7
tree656cf87618cff0a929ab5751a7643a08b61b3e1d
parentf96418de05fc8710f9dc1e3a19878f8e744956f2
Issue #24870: Reuse the new _Py_error_handler enum

Factorize code with the new get_error_handler() function.

Add some empty lines for readability.
Objects/unicodeobject.c