Commits
User selector
Commit History
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
Commits on Aug 10, 2021
Commits on May 7, 2020
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
Show description for e1becf4authored
Commits on Apr 15, 2020
- authored
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57authored
Commits on Apr 14, 2020
Commits on Mar 13, 2020
bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972)
Show description for 224481aauthored
Commits on Mar 12, 2020
bpo-39884: Add method name in "bad call flags" error (GH-18944)
Show description for c7d2d69authored
Commits on Feb 18, 2020
bpo-36347: stop using RESTRICTED constants (GH-12684)
Show description for 24bba8cauthored
Commits on Feb 11, 2020
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Show description for ffd9753authored
Commits on Feb 7, 2020
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Show description for 58ac700authored
Commits on Nov 20, 2019
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284)
Show description for 4dedd0fauthored
Commits on Nov 5, 2019
bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)
Show description for bf17d41authored andcommittedbpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050)
Show description for 1726909authored
Commits on Nov 4, 2019
bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997)
Show description for be434dcauthored
Commits on Sep 11, 2019
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
Show description for 7a6873cauthored andcommitted
Commits on Aug 26, 2019
Make PyXXX_Fini() functions private (GH-15531)
Show description for bed4817authored
Commits on Jul 26, 2019
Commits on Jul 5, 2019
- authored andcommitted
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506authored andcommitted
Commits on May 30, 2019
- authored andcommitted
Commits on May 29, 2019
bpo-36974: implement PEP 590 (GH-13185)
Show description for aacc77fauthored andcommitted
Commits on Dec 11, 2018
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Show description for bb86bf4authored
Commits on Nov 23, 2018
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
Show description for b509d52authored
Commits on Nov 21, 2018
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Show description for bcda8f1authored
Commits on Nov 12, 2018
bpo-35081: Rename internal headers (GH-10275)
Show description for 621cebeauthored
Commits on Oct 31, 2018
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Show description for 27e2d1fauthored
Commits on Oct 26, 2018
bpo-35059: Convert PyObject_INIT() to function (GH-10077)
Show description for b4435e2authored
Commits on Sep 12, 2018
Commits on Jul 31, 2018
bpo-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848)
Show description for ac20e0fauthored
Commits on Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0cauthored andcommitted
Commits on Sep 8, 2017
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ceauthored
Commits on Feb 12, 2017
bpo-29524: Add Objects/call.c file (#12)
Show description for c22bfaaauthored
Commits on Feb 10, 2017
Backed out changeset f23fa1f7b68f
Show description for d2306cecommitted