gh-112736: Refactor del-safe symbol handling in subprocess (#112738) · python/cpython@dc824c5 · GitHub
Skip to content

Commit dc824c5

Browse files
authored
gh-112736: Refactor del-safe symbol handling in subprocess (#112738)
Refactor delete-safe symbol handling in subprocess. Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
1 parent 304a1b3 commit dc824c5

2 files changed

Lines changed: 25 additions & 24 deletions

File tree

Lib/subprocess.py

Lines changed: 24 additions & 24 deletions
Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)