Browse Source
Backed out changeset b9c9691c72c5
Backed out changeset b9c9691c72c5
Issue #28858: The change b9c9691c72c5 introduced a regression. It seems like _PyObject_CallArg1() uses more stack memory than PyObject_CallFunctionObjArgs().pull/2/head
33 changed files with 83 additions and 71 deletions
-
12Modules/_asynciomodule.c
-
2Modules/_csv.c
-
2Modules/_elementtree.c
-
12Modules/_json.c
-
2Modules/_ssl.c
-
2Modules/_struct.c
-
10Modules/_testbuffer.c
-
2Modules/gcmodule.c
-
10Modules/itertoolsmodule.c
-
6Modules/mathmodule.c
-
4Modules/posixmodule.c
-
8Objects/abstract.c
-
6Objects/bytearrayobject.c
-
7Objects/bytesobject.c
-
2Objects/complexobject.c
-
2Objects/descrobject.c
-
3Objects/dictobject.c
-
2Objects/enumobject.c
-
2Objects/floatobject.c
-
4Objects/genobject.c
-
3Objects/listobject.c
-
3Objects/longobject.c
-
4Objects/memoryobject.c
-
4Objects/object.c
-
2Objects/odictobject.c
-
6Objects/typeobject.c
-
10Objects/unicodeobject.c
-
2Objects/weakrefobject.c
-
2Python/_warnings.c
-
8Python/bltinmodule.c
-
6Python/ceval.c
-
2Python/import.c
-
2Python/sysmodule.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue