Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-106168: Check allocated instead of size index bounds in PyLi…
…st_SET_ITEM() (python#111480) Check the index bound assertions in PyList_SET_ITEM() against [0:allocated] instead of [0:size] to re-allow valid use cases that assign within the allocated area.
- Loading branch information