Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561) | Nicholas Sim | 2021-02-19 | 1 | -31/+0 |
| | | | | | | 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. | ||||
* | bpo-39573: PyXXX_Check() macros use Py_IS_TYPE() (GH-18508) | Dong-hee Na | 2020-02-14 | 1 | -1/+1 |
| | | | | Update PyXXX_Check() macros in Include/ to use the new Py_IS_TYPE function. | ||||
* | bpo-36785: PEP 574 implementation (GH-7076) | Antoine Pitrou | 2019-05-26 | 1 | -0/+31 |