This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-11-10 10:32:04 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
aa55985aa8
cpython
/
Modules
/
_sqlite
/
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
..
blob.c.h
gh-91320: Argument Clinic uses _PyCFunction_CAST() (
#32210
)
2022-05-03 20:25:41 +02:00
connection.c.h
gh-91320: Argument Clinic uses _PyCFunction_CAST() (
#32210
)
2022-05-03 20:25:41 +02:00
cursor.c.h
gh-91320: Argument Clinic uses _PyCFunction_CAST() (
#32210
)
2022-05-03 20:25:41 +02:00
module.c.h
gh-91320: Argument Clinic uses _PyCFunction_CAST() (
#32210
)
2022-05-03 20:25:41 +02:00
row.c.h
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
2021-09-12 13:27:50 +03:00