Argument-Clinic / cpython

The Python programming language
https://www.python.org/
Other
1 stars 0 forks source link

METHOD_INIT and METHOD_NEW; are they really needed? #22

Open erlend-aasland opened 1 year ago

erlend-aasland commented 1 year ago

I'm not sure the METHOD_INIT and METHOD_NEW sentinels are really needed; they complicate the CLASS_METHOD checks, and they introduce some limitations on refactorings in the parser.