Jeremy Hylton writes: > change abstract size functions PySequence_Size &c. > add macros for backwards compatibility with C source ... > + #define PyObject_Length(O) PyObject_Size((O)) Jeremy, This should probably be: #define PyObject_Length PyObject_Size without the parameters. This form can be used in the all the places where it can now, including passing a function reference. Seems like a good idea to offer as little potential breakage as possible. Are you planning to update the API reference, or should I do that? I'll be glad to do it; I've never liked the difference in the naming either! -Fred -- Fred L. Drake, Jr. <fdrake at beopen.com> BeOpen PythonLabs Team Member
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4