Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815) | Victor Stinner | 2022-06-16 | 1 | -2/+2 |
* | gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766) | Victor Stinner | 2022-06-13 | 1 | -12/+4 |
* | gh-89653: PEP 670: Convert PyCFunction macros to functions (#92302) | Victor Stinner | 2022-05-05 | 1 | -24/+56 |
* | gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230) | Victor Stinner | 2022-05-03 | 1 | -2/+2 |
* | gh-91320: Add _Py_reinterpret_cast() macro (#91959) | Victor Stinner | 2022-04-27 | 1 | -2/+4 |
* | bpo-47164: Add _PyCFunctionObject_CAST() macr (GH-32190) | Victor Stinner | 2022-03-31 | 1 | -6/+11 |
* | bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024) | scoder | 2020-05-12 | 1 | -0/+3 |
* | bpo-38787: C API for module state access from extension methods (PEP 573) (GH... | Petr Viktorin | 2020-05-07 | 1 | -0/+32 |