8000 GH-98363: Presize the list for batched() by rhettinger · Pull Request #98419 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-98363: Presize the list for batched() #98419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 20, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove spurious include directive
  • Loading branch information
rhettinger committed Oct 19, 2022
commit fd5b50871810e8228d6596d7681beb883d9ecebd
1 change: 0 additions & 1 deletion Objects/listobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "pycore_object.h" // _PyObject_GC_TRACK()
#include "pycore_tuple.h" // _PyTuple_FromArray()
#include <stddef.h>
#include <stdio.h>

/*[clinic input]
class list "PyListObject *" "&PyList_Type"
Expand Down
0