Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deepcopy: inform the compiler that the type is unchanged (#34066)
This uses the internal jl_set_nth_field and arrayset functions which expect the type to be unchanged (and we type-assert this elsewhere), so do it here before we would potentially reach the assert/abort in those functions.
- Loading branch information