commit | 5014920cb72768bc54924e55e7004e79fcad94f7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Sep 22 00:26:54 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Sep 22 00:26:54 2015 +0200 |
tree | 656cf87618cff0a929ab5751a7643a08b61b3e1d | |
parent | f96418de05fc8710f9dc1e3a19878f8e744956f2 [diff] |
Issue #24870: Reuse the new _Py_error_handler enum Factorize code with the new get_error_handler() function. Add some empty lines for readability.