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

Thomas Heller theller@python.net
25 Apr 2003 21:55:11 +0200


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.