python data types are pretty far detached from the hardware. they are all dynamic objects. I don't think python has memory unions.
Discussion
I must have been thinking of Golang's structs w/ unsafe pointers.
Although Python 3 is getting closer:
python data types are pretty far detached from the hardware. they are all dynamic objects. I don't think python has memory unions.
I must have been thinking of Golang's structs w/ unsafe pointers.
Although Python 3 is getting closer: