diff options
author | Raymond Hettinger <python@rcn.com> | 2004-07-29 23:31:29 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-07-29 23:31:29 (GMT) |
commit | c0aaa2db4f7c33c490f91d00c894ffa6395c74fc (patch) | |
tree | 241e64352256bc1c381534ae188e160066fc04e2 /Objects/cobject.c | |
parent | 93677f075df9a23c036f4baeb2b9f67c784eadbc (diff) | |
download | cpython-c0aaa2db4f7c33c490f91d00c894ffa6395c74fc.zip cpython-c0aaa2db4f7c33c490f91d00c894ffa6395c74fc.tar.gz cpython-c0aaa2db4f7c33c490f91d00c894ffa6395c74fc.tar.bz2 |
* Simplify and speed-up list_resize(). Relying on the newly documented
invariants allows the ob_item != NULL check to be replaced with an
assertion.
* Added assertions to list_init() which document and verify that the
tp_new slot establishes the invariants. This may preclude a future
bug if a custom tp_new slot is written.
Diffstat (limited to 'Objects/cobject.c')
0 files changed, 0 insertions, 0 deletions