memory-safety

Is Python type safe?

Is Python type safe? Question: According to Wikipedia Computer scientists consider a language “type-safe” if it does not allow operations or conversions that violate the rules of the type system. Since Python runtime checks ensure that type system rules are satisfied, we should consider Python a type safe language. The same point is made by …

Total answers: 8