Uh oh!
There was an error while loading. Please reload this page.
bpo-46541: Remove usage of _Py_IDENTIFIER from array module - #31376
Conversation
corona10
commented
Feb 16, 2022
|
@ericsnowcurrently Should we create the separate bpo issue if module changes are too noisy? |
ericsnowcurrently
commented
Feb 16, 2022
|
ericsnowcurrently
commented
Feb 16, 2022
This is an extension module so let's avoid using |
1c07902 to
c9a28a2Compare@ericsnowcurrently@erlend-aasland I try to remove the usage of Py_BUILD_CORE_BUILTIN, but things should be discussed before removing them. |
ericsnowcurrently
commented
Feb 17, 2022
Yeah, something like that should be handled separately, after any relevant discussion. Note that not everyone may agree with me that stdlib extensions should not use internal API. It may be worth asking on python-dev. |
erlend-aasland
commented
Feb 17, 2022
FYI, relevant bpo's: As far as I can remember, there has not been any discussion on python-dev or Discourse (yet). I'm pretty sure Victor is interested in starting such a discussion. He's off CPython this week, but we can hear with him sometime next week. |
erlend-aasland
commented
Feb 17, 2022
BTW, this PR looks good to me :) |
ericsnowcurrently
commented
Feb 17, 2022
Thanks for the links!
Sounds good. |
https://bugs.python.org/issue46541