This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-08-04 00:48:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
804f2529d8
cpython
/
Tools
/
clinic
History
Download ZIP
Download TAR.GZ
Victor Stinner
b270b82f11
gh-91320: Argument Clinic uses _PyCFunction_CAST() (
#32210
)
...
Replace "(PyCFunction)(void(*)(void))func" cast with _PyCFunction_CAST(func).
2022-05-03 20:25:41 +02:00
..
clinic.py
gh-91320: Argument Clinic uses _PyCFunction_CAST() (
#32210
)
2022-05-03 20:25:41 +02:00
cpp.py
bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364)
2020-04-18 17:52:48 +03:00