bpo-38187: Fix a refleak in Tools/c-analyzer. by ericsnowcurrently · Pull Request #16304 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
merged 4 commits into
Merged
bpo-38187: Fix a refleak in Tools/c-analyzer.#16304
merged 4 commits into
bpo-38187: Fix a refleak in Tools/c-analyzer.#16304
merged 4 commits into
Conversation
Member
The "Slot" helper (descriptor) is leaking references due to its caching mechanism. The PR includes a partial fix to Slot, but also adds Variable.storage to replace the problematic use of Slot.
ericsnowcurrently added 3 commits
ericsnowcurrently
added
the
skip news
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
ericsnowcurrently
requested a review
from pablogsal
aeros
reviewed
aeros
reviewed
ericsnowcurrently
merged commit
6693f73
into
python:master
ericsnowcurrently
deleted the
fix-38187-Slot-descriptor-refleak
branch
bedevere-bot
removed
the
awaiting core review
label
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request
The "Slot" helper (descriptor) is leaking references due to its caching mechanism. The change includes a partial fix to Slot, but also adds Variable.storage to replace the problematic use of Slot. https://bugs.python.org/issue38187
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment