Skip to content
Merged
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
Fix a typo.
  • Loading branch information
ericsnowcurrently committed Apr 2, 2024
commit b7b5b15553f677663677af579fe62f91361ca687
2 changes: 1 addition & 1 deletion Lib/test/support/interpreters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __new__(cls, id, /):
self._id = id
self._ownsref = True
except BaseException:
_interpreters._decref(id)
_interpreters.decref(id)
raise
_known[id] = self
return self
Expand Down