commit | 03e3c340a0156891a036d6dbdb9e348108826255 | [log] [tgz] |
---|---|---|
author | Ivan Levkivskyi <levkivskyi@gmail.com> | Sun Feb 18 12:41:58 2018 +0000 |
committer | GitHub <noreply@github.com> | Sun Feb 18 12:41:58 2018 +0000 |
tree | 5b897f150d3855868c7cf3c2fb1c7c6a313d4e31 | |
parent | 667b91a5e210e20946ad41f1796c544a1becf1b6 [diff] |
bpo-31333: Re-implement ABCMeta in C (#5273) This adds C versions of methods used by ABCMeta that improve performance of various ABC operations.