Sébastien Celles added the comment:
About raising exception with converting integer value that should overflow
maybe we should have a parameter
ctypes.c_uint8(256, raise=True)
will raise an exception but
ctypes.c_uint8(256)
will silently return c_ubyte(0
Sébastien Celles added the comment:
Thanks @serhiy.storchaka I'm aware of this... but I think it could be returned
programmatically without much difficulty.
--
___
Python tracker
<https://bugs.python.org/is
New submission from Sébastien Celles :
Hello,
I'm looking for a way to get (using Python) the maximum and minimum values of C
types integers (ie uint8, int8, uint16, int16, uint32, int32, uint64,
int64...) from Python.
I asked this question on StackOverflow and get a nice answer
New submission from Sébastien Celles:
Hello,
the package name "readme" conflicts with Python installed site-packages/README
file on case-insensitive filesystems (Mac OS X).
https://github.com/pypa/readme/issues/26
https://github.com/mgedmin/restview/issues/30
https://groups.go