summaryrefslogtreecommitdiff
path: root/Include/cpython/pystate.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-35134: Create Include/cpython/pystate.h (GH-10733)Victor Stinner2018-11-271-0/+272
Move pystate.h code surrounded by "#ifndef Py_LIMITED_API" to a new Include/cpython/pystate.h header file.