summaryrefslogtreecommitdiffstats
path: root/Include/cpython/sysmodule.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-0/+21
Adds sys.audit, sys.addaudithook, io.open_code, and associated C APIs.