#13803: Python binding to limits.h
--------------------------------------+-------------------------------------
       Reporter:  vdelecroix          |         Owner:  jason       
           Type:  enhancement         |        Status:  needs_review
       Priority:  major               |     Milestone:  sage-5.6    
      Component:  misc                |    Resolution:              
       Keywords:  limits, C datatype  |   Work issues:              
Report Upstream:  N/A                 |     Reviewers:              
        Authors:  Vincent Delecroix   |     Merged in:              
   Dependencies:                      |      Stopgaps:              
--------------------------------------+-------------------------------------

Comment (by leif):

 `s/Mimimum/Minimum/` (once)

 `s/a C long long max/a C long long int/`

 Not sure whether the doctests make sense when they're all tagged `#
 random`...

 We also have things like `sys.maxint`, a couple of (size-related)
 definitions from `distutils.sysconfig.get_config_var[s]()`, and
 `os.sysconf()`.

 The values don't vary much on the platforms ''supported by Sage''; AFAIK
 there are currently only differences depending on whether we're on a 32-
 or 64-bit operating system, or, more precisely, whether Sage ''was built''
 32-bit or 64-bit (as one could in principle run a 32-bit binary dist on a
 64-bit OS, or even build and run a 32-bit version on a 64-bit OS, e.g.
 Solaris).  It would IMHO make sense to get a doctest error in case some
 results are unexpected.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13803#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to