[Python-checkins] python/nondist/peps pep-0283.txt,1.34,1.35

Guido van Rossum guido@python.org
Fri, 25 Apr 2003 16:06:39 -0400


> fdrake@users.sourceforge.net writes:
> 
> > +     - A new PyArg_Parse*() format code that returns an unsigned C long
> > +       int that receives the lower LONG_BIT bits of the Python
> > +       argument, truncating without range checking.  (SF 595026; Thomas
> > +       Heller did this work.)
> 
> Actually there are two new format codes, the second one receives the
> lower LONG_LONG_BITS (does this exist, but you get it, I'm sure) in an
> unsigned long long.

Please check in a fix to the PEP yourself!

--Guido van Rossum (home page: http://www.python.org/~guido/)