mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
41ca164551
* Add PyDict_GetItemRef() and PyDict_GetItemStringRef() functions. Add these functions to the stable ABI version 3.13. * Add unit tests on the PyDict C API in test_capi.