Skip to content

Pass explicitly tstate to function calls #82825

@vstinner

Description

@vstinner
BPO 38644
Nosy @rhettinger, @vstinner, @encukou
PRs
  • bpo-38644: Pass tstate to Py_EnterRecursiveCall() #16997
  • bpo-38644: Add Py_EnterRecursiveCall() to the limited API #17046
  • bpo-38644: Pass tstate to _Py_CheckFunctionResult() #17050
  • bpo-38644: Add _PyObject_VectorcallTstate() #17052
  • bpo-38644: Add _PyObject_Call() #17089
  • bpo-38644: Add _PyEval_EvalFrame() with tstate #17131
  • bpo-38644: Add _PyEval_EvalCode() #17183
  • bpo-38644: Cleanup ceval.h #17185
  • bpo-38644: Pass tstate to _Py_FinishPendingCalls() #17990
  • bpo-38644: Pass tstate in ceval.c #18222
  • bpo-38644: Add Py_EnterRecursiveCall() to python3.def #18399
  • bpo-38644: Rephrase What's New entry #18461
  • [WIP] bpo-39984: Add PyInterpreterState.ceval #19034
  • bpo-38644: Add _PySys_Audit() which takes tstate #19180
  • bpo-38644: Make tstate more explicit inside pystate.c #19182
  • bpo-38644: Use _PySys_Audit(): pass tstate explicitly #19183
  • bpo-38644: Pass tstate explicitly in signalmodule.c #19184
  • 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-14.00:37:59.857>
    created_at = <Date 2019-10-30.14:31:24.358>
    labels = ['interpreter-core', '3.9']
    title = 'Pass explicitly tstate to function calls'
    updated_at = <Date 2021-09-07.10:32:41.166>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2021-09-07.10:32:41.166>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-04-14.00:37:59.857>
    closer = 'vstinner'
    components = ['Interpreter Core']
    creation = <Date 2019-10-30.14:31:24.358>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38644
    keywords = ['patch']
    message_count = 24.0
    messages = ['355716', '355717', '355974', '355984', '355987', '356234', '356495', '356597', '356601', '356732', '356734', '356878', '359916', '359920', '360835', '361558', '361559', '361825', '365104', '365112', '365113', '365152', '401213', '401225']
    nosy_count = 3.0
    nosy_names = ['rhettinger', 'vstinner', 'petr.viktorin']
    pr_nums = ['16997', '17046', '17050', '17052', '17089', '17131', '17183', '17185', '17990', '18222', '18399', '18461', '19034', '19180', '19182', '19183', '19184']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue38644'
    versions = ['Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.9 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions