Skip to content

Move pending calls from _PyRuntime to PyInterpreterState #84165

@vstinner

Description

@vstinner
BPO 39984
Nosy @vstinner, @phsilva, @ericsnowcurrently, @shihai1991
PRs
  • [WIP] bpo-39984: Add PyInterpreterState.ceval #19034
  • bpo-39984: Add PyInterpreterState.ceval #19047
  • bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() #19049
  • bpo-39984: Pass tstate to handle_signals() #19050
  • bpo-39984: _PyThreadState_DeleteCurrent() takes tstate #19051
  • bpo-39877: Fix take_gil() for daemon threads #19054
  • bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() #19061
  • bpo-39984: Move pending calls to PyInterpreterState #19066
  • 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 = None
    closed_at = <Date 2020-04-08.21:53:48.838>
    created_at = <Date 2020-03-17.00:53:21.613>
    labels = ['expert-subinterpreters', '3.9']
    title = 'Move pending calls from _PyRuntime to PyInterpreterState'
    updated_at = <Date 2020-05-15.00:37:52.239>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2020-05-15.00:37:52.239>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-04-08.21:53:48.838>
    closer = 'vstinner'
    components = ['Subinterpreters']
    creation = <Date 2020-03-17.00:53:21.613>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39984
    keywords = ['patch']
    message_count = 14.0
    messages = ['364378', '364467', '364491', '364492', '364493', '364495', '364503', '364549', '364585', '365006', '365161', '365177', '365998', '366018']
    nosy_count = 4.0
    nosy_names = ['vstinner', 'phsilva', 'eric.snow', 'shihai1991']
    pr_nums = ['19034', '19047', '19049', '19050', '19051', '19054', '19061', '19066']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue39984'
    versions = ['Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions