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 | -52/+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-40939: Rename PyPegen* functions to PyParser* (GH-21016) | Lysandros Nikolaou | 2020-06-21 | 1 | -0/+52 |
Rename PyPegen* functions to PyParser*, so that we can remove the old set of PyParser* functions that were using the old parser. |