Allow BoxedList::allocated is -1
If BoxedList::allocated is -1, it means the items inside were changed. Some CPython list functions need this to check exceptions.
Showing
Please register or sign in to comment
If BoxedList::allocated is -1, it means the items inside were changed. Some CPython list functions need this to check exceptions.