This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
mirror of
https://github.com/python/cpython.git
synced
2026-08-01 22:55:03 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3e2c643ae0b21f9e596bfd9c8ec99ca546ea8d0f
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
…
import.c.h
…
marshal.c.h
…
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
…