-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Method overhaul with static PyMethodDef #4873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b6605fe
to
2fd0c36
Compare
This is rabbit hole. I touched builtin functions, method, module and every derived macros, and now reached bytecode |
@moreal This is not fully done, but could you give it a look? This is also related to |
ae46438
to
2d5364d
Compare
Finally all cpython test suite tests pass |
@seungha-kim @moreal Could you review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had tried to review it well but I'm not sure I've done a good job of reviewing long pieces of code. But I had read it once, and it builds and tests well, so I approve.
I found #4686 is related to multiple design caveats. I originally tried to edit small enough to support the original PR, but found this way will reduce total cost of effort about them.
closes #4686 by including all its changes.