8000 GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused by satori1995 · Pull Request #121428 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused #121428

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 8 commits into from
Jul 10, 2024
Prev Previous commit
Next Next commit
Update 2024-07-08-02-24-55.gh-issue-121439.jDHod3.rst
  • Loading branch information
satori1995 authored Jul 10, 2024
commit d407ae159c894b884da78684907e5845426a5841
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Allow :c:type:`PyTupleObject` with an :c:member:`~PyTypeObject.ob_size` of 20 in the freelist of tuples to be reused.
Allow tuples of length 20 in the freelist to be reused.
Loading
0