Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: properly handle the reference count when doing
list.concat()
`PyList_SetItem` steals the reference, so we must increase the reference count by 1
- Loading branch information