Skip to content

Refleak when some "internal modules" are imported multiple times. #107789

@Eclips4

Description

@Eclips4

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.

### Tasks
- [ ] https://github.com/python/cpython/pull/108241

Metadata

Metadata

Assignees

No one assigned

    Labels

    extension-modulesC modules in the Modules dirtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy