Nix verstehen.
Floats sind hier nicht im Spiel:
Zitat:
A hexadecimal string takes the form:
Code:
[sign] ['0x'] integer ['.' fraction] ['p' exponent]
(
http://docs.python.org/2/library/std...html#float.hex )
Das sind doch normale Ganzzahlen (verdammt große), oder?
Passt das überhaupt noch in einen Int64?