Closed
Description
Based on recent discussion, current astype
behaves as if casting
is set "unsafe"
. It may be worthwhile to add this argument as default "unsafe"
while also allowing it to be configured. In particular "safe"
may be of interest to allow users to catch any unexpected or unintended castings in library code. This casting
flag may be useful in other places where castings occur.