Skip to content

[3.7] bpo-31333: Re-implement ABCMeta in C (GH-5273)#5733

Merged
ilevkivskyi merged 1 commit into
python:3.7from
ilevkivskyi:backport-c-abc
Feb 18, 2018
Merged

[3.7] bpo-31333: Re-implement ABCMeta in C (GH-5273)#5733
ilevkivskyi merged 1 commit into
python:3.7from
ilevkivskyi:backport-c-abc

Conversation

@ilevkivskyi

@ilevkivskyi ilevkivskyi commented Feb 18, 2018

Copy link
Copy Markdown
Member

This adds C versions of methods used by ABCMeta that
improve performance of various ABC operations.

@gvanrossum gvanrossum left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only a formality for the backport right?

@ilevkivskyi

Copy link
Copy Markdown
Member Author

This is only a formality for the backport right?

I think so, @ned-deily gave us an extension to beta2, I just wanted to make him aware that this is ready. Or can I just proceed now? (I added him as a reviewer here so he should get a notification.)

@ned-deily

Copy link
Copy Markdown
Member

I'm just running some smoke tests now.

@ilevkivskyi
ilevkivskyi merged commit 3892899 into python:3.7 Feb 18, 2018
@ilevkivskyi
ilevkivskyi deleted the backport-c-abc branch February 18, 2018 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants