Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
array: Fix UB in array_get_item (#8)
Just like with `dict_get_item`, this one returns an item that's going to be dropped on the Rust side. This results in undefined behavior. To prevent this we set `false_drop` property to true.
- Loading branch information