Alain Ketterlin <al...@dpt-info.u-strasbg.fr> wrote: >> Perhaps. Python has strong type safety. > > Come on.
You cannot spoof the type of an object in Python. In C++ you can downcast any address to void* and make an object be treated as anything. You cannot make Python treat an int as a float and return garbage. Types in Python are strictly enforced. Sturla -- https://mail.python.org/mailman/listinfo/python-list