Closed vstinner closed 1 year ago
Wait until the API is added upstream: https://github.com/python/cpython/pull/110297
You need to at least save and restore the exception as in PyDict_GetItem().
PyDict_GetItem()
Right, done. I added a test for that.
Wait until the API is added upstream: https://github.com/python/cpython/pull/110297