bpo-36389: Cleanup gc.set_threshold() by vstinner · Pull Request #12844 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
bpo-36389: Cleanup gc.set_threshold()#12844
vstinner merged 1 commit intopython:masterfrom
vstinner:cleanup_gc_set_threshold
bpo-36389: Cleanup gc.set_threshold()#12844
vstinner merged 1 commit intopython:masterfrom
vstinner:cleanup_gc_set_threshold
Conversation
Copy link Copy Markdown
Member
Don't assign generations[2].threshold to generations[2].threshold:
useless operation.
Don't assign generations[2].threshold to generations[2].threshold: useless operation.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
requested review from
methane and
pablogsal
vstinner
added
the
skip news
label
vstinner
merged commit
0810fa7
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
cleanup_gc_set_threshold
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment