◐ Shell
clean mode source ↗

gh-106004: PyDict_GetItemRef() should only be in the limited API 3.13 by serhiy-storchaka · Pull Request #107229 · python/cpython

Conversation

vstinner

@vstinner

Oh sorry, I always forget to pay attention to versionning when adding a function to the limited C API.

@serhiy-storchaka serhiy-storchaka changed the title gh-106004: PyDict_GetItemRef() should only be in the limited API 3.13 gh-106004: PyDict_GetItemRef() should only be in the limited API 3.10

Jul 25, 2023

@serhiy-storchaka serhiy-storchaka changed the title gh-106004: PyDict_GetItemRef() should only be in the limited API 3.10 gh-106004: PyDict_GetItemRef() should only be in the limited API 3.13

Jul 25, 2023

vstinner

Choose a reason for hiding this comment

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

LGTM. Thanks for the fix.

jtcave pushed a commit to jtcave/cpython that referenced this pull request

Jul 27, 2023

Labels