We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally taken from #107577.
import sys import importlib def foo(): name = "_socket" importlib.import_module(name) sys.modules.pop(name) for _ in range(4): foo() ./python.exe -X showrefcount example.py [1025 refs, 653 blocks]
Same with _decimal.
_decimal
### Tasks - [ ] https://github.com/python/cpython/pull/108241
The text was updated successfully, but these errors were encountered:
сс @kumaraditya303
Sorry, something went wrong.
Related: #108240
I close this issue as a duplicate of issue #108240 which more complete.
No branches or pull requests
Originally taken from #107577.
Same with
_decimal
.The text was updated successfully, but these errors were encountered: