bpo-46541: Remove usage of _Py_IDENTIFIER from array module#31376
Conversation
|
Sorry, something went wrong.
|
@ericsnowcurrently Should we create the separate bpo issue if module changes are too noisy? |
Sorry, something went wrong.
|
Sorry, something went wrong.
|
This is an extension module so let's avoid using |
Sorry, something went wrong.
1c07902 to
c9a28a2
Compare
February 17, 2022 02:12
|
@ericsnowcurrently @erlend-aasland I try to remove the usage of Py_BUILD_CORE_BUILTIN, but things should be discussed before removing them. |
Sorry, something went wrong.
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. |
Sorry, something went wrong.
ericsnowcurrently
left a comment
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
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. |
Sorry, something went wrong.
|
BTW, this PR looks good to me :) |
Sorry, something went wrong.
Thanks for the links!
Sounds good. |
Sorry, something went wrong.
https://bugs.python.org/issue46541