Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused imports in tests (GH-14518) | Victor Stinner | 2019-07-01 | 1 | -1/+0 |
| | |||||
* | bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152) | Zackery Spytz | 2019-06-21 | 1 | -0/+3 |
| | | | Also, add a missing call to va_end() in PySys_Audit(). | ||||
* | bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556) | Steve Dower | 2019-05-29 | 1 | -209/+28 |
| | |||||
* | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -0/+260 |
Adds sys.audit, sys.addaudithook, io.open_code, and associated C APIs. |