Open corona10 opened 4 days ago
I am going to write test codes at this week.
@mpage Would you like to take a look?
@mpage Done thanks!
FYI, aarch64 linux CI failure is not related to this PR, https://github.com/python/cpython/pull/127332 will fix the issue.
Issue: gh-115999
BINARY_SUBSCR_LIST_INT -> Should wait https://github.com/python/cpython/pull/127169 would be merged.
BINARY_SUBSCR_STR_INT / BINARY_SUBSCR_TUPLE_INT -> Immutable collections
BINARY_SUBSCR_DICT -> AFAIK,
PyDict_GetItemRef
is thread-safe internally.BINARY_SUBSCR_GETITEM -> Should be disabled from now on until https://github.com/python/cpython/pull/127123 is merged, I should follow several strategies from here.