Skip to content

[subinterpreters] _PyImport_FixupExtensionObject() regression in Python 3.9 #88216

Closed
@trygveaa

Description

@trygveaa
mannequin
BPO 44050
Nosy @vstinner, @encukou, @ambv, @ericsnowcurrently, @corona10, @miss-islington, @shihai1991, @erlend-aasland, @trygveaa, @jdevries3133
PRs
  • bpo-44050: Extension modules can share state when they don't support sub-interpreters. #27794
  • [3.10] bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794) #28738
  • [3.9] bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794) #28741
  • Files
  • interpreter.c: C program to reproduce the issue
  • subinterpreter_ssl_issue.py: Python script run from interpreter.c
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/ericsnowcurrently'
    closed_at = <Date 2021-10-05.20:42:37.118>
    created_at = <Date 2021-05-05.14:22:11.709>
    labels = ['expert-subinterpreters', 'type-bug', '3.9', '3.10', '3.11']
    title = '[subinterpreters] _PyImport_FixupExtensionObject() regression in Python 3.9'
    updated_at = <Date 2021-10-05.20:42:37.117>
    user = 'https://github.com/trygveaa'

    bugs.python.org fields:

    activity = <Date 2021-10-05.20:42:37.117>
    actor = 'lukasz.langa'
    assignee = 'eric.snow'
    closed = True
    closed_date = <Date 2021-10-05.20:42:37.118>
    closer = 'lukasz.langa'
    components = ['Subinterpreters']
    creation = <Date 2021-05-05.14:22:11.709>
    creator = 'trygveaa'
    dependencies = []
    files = ['50015', '50016']
    hgrepos = []
    issue_num = 44050
    keywords = ['patch', '3.9regression']
    message_count = 15.0
    messages = ['393011', '393012', '393013', '394310', '394374', '398030', '398895', '399747', '399748', '399753', '403239', '403243', '403250', '403266', '403268']
    nosy_count = 10.0
    nosy_names = ['vstinner', 'petr.viktorin', 'lukasz.langa', 'eric.snow', 'corona10', 'miss-islington', 'shihai1991', 'erlendaasland', 'trygveaa', 'jack__d']
    pr_nums = ['27794', '28738', '28741']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue44050'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    Metadata

    Metadata

    Labels

    3.10only security fixes3.11only security fixes3.9only security fixestopic-subinterpreterstype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions