Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace _PyList_Extend with PyList_SetSlice
This private function is no longer exported in Python 3.13. It is possible that a PyList_Extend() function-like macro may be added before Python 3.13 final, but using PyList_SetSlice() directly will still work. python/cpython#108451 python/cpython#111138
- Loading branch information