Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
65ce60aef150776f884715b4315a10a0d6ae769e
/
Python
/
clinic
/
import.c.h
4a934d4
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
by Serhiy Storchaka
· 7 years ago
a5552f0
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
by Serhiy Storchaka
· 8 years ago
42aa93b
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
by Benjamin Peterson
· 8 years ago
6969eaf
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
by Serhiy Storchaka
· 8 years ago
7445381
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
by Sylvain
· 8 years ago
0c4a828
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
by Victor Stinner
· 9 years ago
259f0e4
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
by Victor Stinner
· 9 years ago
2954f83
- Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 9 years ago
1a2b24f
Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 9 years ago
5dee655
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
by Serhiy Storchaka
· 9 years ago
01b1ff6
Rebuilt Clinic generated code.
by Larry Hastings
· 10 years ago
1df0b35
Issue #24769: Interpreter now starts properly when dynamic loading
by Larry Hastings
· 10 years ago
d5cacbb
PEP 489: Multi-phase extension module initialization
by Nick Coghlan
· 10 years ago
247789c
Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
by Serhiy Storchaka
· 10 years ago
89964c4
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
by Larry Hastings
· 10 years ago
92e8af6
Issue #23492: Argument Clinic now generates argument parsing code with
by Serhiy Storchaka
· 10 years ago
fd4d050
Move import.c to use Clinic file output.
by Brett Cannon
· 11 years ago