Message233024
The repr for floats was changed some time ago to use a shorter decimal strings when possible. Both representations should yield the same float value once decoded. If we want to make the C and Python implementations of pickle consistent, then we should pick on what the Python version does currently: i.e., call repr on the float. |
|
Date |
User |
Action |
Args |
2014-12-22 20:13:36 | alexandre.vassalotti | set | recipients:
+ alexandre.vassalotti, pitrou, serhiy.storchaka |
2014-12-22 20:13:36 | alexandre.vassalotti | set | messageid: <1419279216.67.0.394146979167.issue23096@psf.upfronthosting.co.za> |
2014-12-22 20:13:36 | alexandre.vassalotti | link | issue23096 messages |
2014-12-22 20:13:36 | alexandre.vassalotti | create | |
|