summaryrefslogtreecommitdiffstats
path: root/Include/cpython/pydebug.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-45434: Convert Py_GETENV() macro to a function (GH-28912)Victor Stinner2021-10-131-1/+1
| | | Avoid calling directly getenv() in the header file.
* bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)Nicholas Sim2021-02-191-0/+38
Include/{odictobject.h,parser_interface.h,picklebufobject.h,pydebug.h,pyfpe.h} into Include/cpython/. Parser: peg_api: include Python.h instead of parser_interface.h.