This website requires JavaScript.
Explore
Help
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
mirror of
https://github.com/python/cpython.git
synced
2026-08-09 18:50:37 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4f51fa9e2d3ea9316e674fb9a9f3e3112e83661c
cpython
/
Python
/
clinic
T
History
Batuhan Taskaya
and
GitHub
9af34c9351
bpo-20201: variadic arguments support for AC (GH-18609)
...
Implement support for `*args` in AC, and port `print()` to use it.
2021-07-16 18:43:02 +03:00
..
_warnings.c.h
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
2020-05-28 10:33:45 +03:00
bltinmodule.c.h
bpo-20201: variadic arguments support for AC (GH-18609)
2021-07-16 18:43:02 +03:00
context.c.h
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
import.c.h
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
2020-05-26 18:43:38 +03:00
marshal.c.h
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
2020-05-26 18:43:38 +03:00
sysmodule.c.h
Remove sys._deactivate_opcache() now that is not needed (GH-27154)
2021-07-15 14:43:59 +01:00
traceback.c.h
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
2020-05-26 18:43:38 +03:00