commit | 5a8c240b1d97de0bd6ced2a57cbcf26da19c1fcc | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Mon Nov 26 22:11:25 2018 +0100 |
committer | GitHub <noreply@github.com> | Mon Nov 26 22:11:25 2018 +0100 |
tree | ed4a12a959bba3ade5e1f523a40fa872f6cb87ec | |
parent | 65c216e74f7957006ef7653b7e2afe83007c45ce [diff] |
bpo-35134: Add Include/cpython/pyerrors.h (GH-10727) Move pyerrors.h code surrounded by "#ifndef Py_LIMITED_API" to a new Include/cpython/pyerrors.h header file.