Skip to content
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

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

Merged
merged 8 commits into from
Jul 10, 2024
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Core and Builtins/2024-07-08-02-24-55.gh-issu…
…e-121439.jDHod3.rst


I have made the requested changes

Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
  • Loading branch information
satori1995 and eendebakpt committed Jul 9, 2024
commit 381d0f78056fbc91d2bb763186d0ad6d3668b9d4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Allow `PyTupleObjects` with an `ob_size` of 20 in the `free_list` to be reused
Allow ``PyTupleObjects`` with an ``ob_size`` of 20 in the ``free_list`` to be reused
Loading