Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-35724: Explicitly require the main interpreter for signal-handling. ↵ | Eric Snow | 2019-02-23 | 1 | -0/+1 |
| | | | | | | | (GH-11530) Ensure that the main interpreter is active (in the main thread) for signal-handling operations. This is increasingly relevant as people use subinterpreters more. https://bugs.python.org/issue35724 | ||||
* | bpo-35134: Add Include/cpython/pyerrors.h (GH-10727) | Victor Stinner | 2018-11-26 | 1 | -0/+176 |
Move pyerrors.h code surrounded by "#ifndef Py_LIMITED_API" to a new Include/cpython/pyerrors.h header file. |