Originally taken from #107577.
importsysimportimportlibdeffoo():
name="_socket"importlib.import_module(name)
sys.modules.pop(name)
for_inrange(4):
foo()
./python.exe-Xshowrefcountexample.py
[1025refs, 653blocks]
Same with _decimal.
### Tasks
- [ ] https://github.com/python/cpython/pull/108241
Originally taken from #107577.
Same with
_decimal.