Skip to content
Closed
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
Next Next commit
Update Misc/NEWS.d/next/Core_and_Builtins/2024-11-22-07-58-00.gh-issu…
…e-127119.p9Yv4U.rst

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
  • Loading branch information
eendebakpt and ZeroIntensity authored Nov 22, 2024
commit 0cd1eba8255f2a7d369358c027001b4987d3b96d
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Remove redundant check on small ints in ``long_dealloc``
Slightly optimize the :class:`int` deallocator by removing a redundant check.