classification
Title: ctypes variable limits
Type: enhancement Stage: needs patch
Components: ctypes Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: theller Nosy List: kumma
Priority: normal Keywords:

Created on 2010-06-18 20:10 by kumma, last changed 2011-09-02 02:49 by meador.inge.

Messages (1)
msg108137 - (view) Author: Pauli Rikula (kumma) Date: 2010-06-18 20:16
ctypes should have nice interface from which one could get maximum and minimum values etc information about numeric's data types. for integers this is quite trivial, but at least long double is a bit trickier one.
History
Date User Action Args
2011-09-02 02:49:15meador.ingesetnosy: - theller

stage: needs patch
2010-06-18 20:16:48kummasettype: enhancement
messages: + msg108137
2010-06-18 20:10:32kummacreate