diff options
author | Guido van Rossum <guido@python.org> | 1998-05-22 00:47:05 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-05-22 00:47:05 (GMT) |
commit | cea1c8ca22b318ce38a9a135c68b812f76b24404 (patch) | |
tree | bb07ff65b5cdfd777dd601d1b58a3233e570ee9f /Include | |
parent | c9132066e73d9ae077f918ffbc5105aa18c22fae (diff) | |
download | cpython-cea1c8ca22b318ce38a9a135c68b812f76b24404.zip cpython-cea1c8ca22b318ce38a9a135c68b812f76b24404.tar.gz cpython-cea1c8ca22b318ce38a9a135c68b812f76b24404.tar.bz2 |
Completely reformatted, standardizing indentation as well as
programming style.
Recoded many routines to incorporate better error checking, and/or
better versions of the same function found elsewhere
(e.g. bltinmodule.c or ceval.c). In particular,
Py_Number_{Int,Long,Float}() now convert from strings, just like the
built-in functions int(), long() and float().
Sequences and mappings are now safe to have NULL function pointers
anywhere in their tp_as_sequence or tp_as_mapping fields. (A few
places in other files need to be checked in too.)
Renamed PySequence_In() to PySequence_Contains().
Diffstat (limited to 'Include')
0 files changed, 0 insertions, 0 deletions