This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
106,999
Commits
9
Branches
456
Tags
1.7
GiB
3d53d8756f
Commit Graph
2 Commits
Author
SHA1
Message
Date
Dong-hee Na
d212c3c55d
bpo-39573: PyXXX_Check() macros use Py_IS_TYPE() (GH-18508)
...
Update PyXXX_Check() macros in Include/ to use the new Py_IS_TYPE function.
2020-02-14 08:48:12 +01:00
Antoine Pitrou
91f4380ced
bpo-36785: PEP 574 implementation (GH-7076)
2019-05-26 17:10:09 +02:00