This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-15 00:48:35 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
101,179
Commits
7
Branches
656
Tags
e2f33add635df4fde81be9960bab367e010c19bf
Commit Graph
2 Commits
Author
SHA1
Message
Date
INADA Naoki
fc7df0e664
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
2018-03-07 16:27:01 +09:00
Ivan Levkivskyi
03e3c340a0
bpo-31333: Re-implement ABCMeta in C (
#5273
)
...
This adds C versions of methods used by ABCMeta that improve performance of various ABC operations.
2018-02-18 12:41:58 +00:00