Damien George
|
fde54350a8
|
tests/float: Convert "sys.exit()" to "raise SystemExit".
The latter is shorter and simpler because it doesn't require importing the
sys module.
|
2017-06-08 14:00:57 +10:00 |
Paul Sokolovsky
|
a0cbc108ba
|
tests/float: Make various tests skippable.
|
2017-03-09 00:11:05 +01:00 |
Paul Sokolovsky
|
3d3ef36e97
|
modstruct: Rename module to "ustruct", to allow full Python-level impl.
|
2015-05-04 16:53:52 +03:00 |
David Steinberg
|
0b3014ce3a
|
py: Add support for floats in mp_binary_{get,set}_val()
- This then provides support for floats in the struct package
|
2015-01-27 22:49:01 +02:00 |