| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| } | ||
|
|
||
| len = PySequence_Length(fields); | ||
| len = PySequence_Size(fields); |
There was a problem hiding this comment.
Why Length → Size?
Sorry, something went wrong.
There was a problem hiding this comment.
PySequence_Size is more commonly used. PySequence_Length is just an outdated alias of PySequence_Size.
Sorry, something went wrong.
|
@serhiy-storchaka: Please replace # with GH- in the commit message next time. Thanks! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
https://bugs.python.org/issue32787