]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Restore PyXXX_Length() APIs for binary compatibility.
authorMarc-André Lemburg <mal@egenix.com>
Mon, 17 Jul 2000 09:22:55 +0000 (09:22 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Mon, 17 Jul 2000 09:22:55 +0000 (09:22 +0000)
commitcf5f3587849e6fbdc68dc91bd3182625f616f2a0
treedf751c239b30c82a159d31b30ad7785c765614b2
parentaf36a3aa2046dc14af5c3b5e77390ccb5c44f3f1
Restore PyXXX_Length() APIs for binary compatibility.
New code will see the macros and therefore use the PyXXX_Size()
APIs instead.
By Thomas Wouters.
Include/abstract.h
Objects/abstract.c