summaryrefslogtreecommitdiffstats
path: root/Include/picklebufobject.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)Nicholas Sim2021-02-191-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 Na2020-02-141-1/+1
| | | | Update PyXXX_Check() macros in Include/ to use the new Py_IS_TYPE function.
* bpo-36785: PEP 574 implementation (GH-7076)Antoine Pitrou2019-05-261-0/+31