Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-77782: Deprecate global configuration variable (#93943) | Victor Stinner | 2022-06-17 | 1 | -18/+18 |
| | | | | | | | Deprecate global configuration variable like Py_IgnoreEnvironmentFlag: the Py_InitializeFromConfig() API should be instead. Fix declaration of Py_GETENV(): use PyAPI_FUNC(), not PyAPI_DATA(). | ||||
* | bpo-45434: Convert Py_GETENV() macro to a function (GH-28912) | Victor Stinner | 2021-10-13 | 1 | -1/+1 |
| | | | Avoid calling directly getenv() in the header file. | ||||
* | bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561) | Nicholas Sim | 2021-02-19 | 1 | -0/+38 |
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. |