Skip to content

Replace Py_FatalError() with regular Python exceptions #82812

@vstinner

Description

@vstinner
BPO 38631
Nosy @vstinner, @ericsnowcurrently
PRs
  • bpo-38631: Avoid Py_FatalError() in readline #16998
  • bpo-38631: Avoid Py_FatalError() in float.__getformat__() #17232
  • bpo-38631: Avoid Py_FatalError() in _multibytecodec init #17233
  • bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() #17266
  • bpo-38631: Avoid Py_FatalError() in GC collect() #18164
  • bpo-38631: Avoid Py_FatalError() in PyModule_Create2() #18212
  • bpo-38631: Avoid Py_FatalError() in _memory_release() #18214
  • bpo-38631: Avoid Py_FatalError() in PyCode_New() #18215
  • bpo-38631: Avoid Py_FatalError() in _PyCodecRegistry_Init() #18217
  • bpo-38631: Replace Py_FatalError() with _PyObject_ASSERT_FAILED_MSG() #18258
  • bpo-38631: Replace tp_new_wrapper() fatal error with SystemError #18262
  • bpo-38631: Avoid Py_FatalError() in init_slotdefs() #18263
  • bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() #18278
  • bpo-38631: Replace Py_FatalError() with assert() in ceval.c #18279
  • bpo-38631: Avoid Py_FatalError() in unicodeobject.c #18281
  • bpo-38631: _PyGILState_Init() returns PyStatus #18908
  • bpo-38631: Replace compiler fatal errors with exceptions #24369
  • 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-01-27.22:38:21.495>
    created_at = <Date 2019-10-29.12:38:55.471>
    labels = ['interpreter-core', '3.9']
    title = 'Replace Py_FatalError() with regular Python exceptions'
    updated_at = <Date 2021-01-30.00:46:47.101>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2021-01-30.00:46:47.101>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-01-27.22:38:21.495>
    closer = 'vstinner'
    components = ['Interpreter Core']
    creation = <Date 2019-10-29.12:38:55.471>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38631
    keywords = ['patch']
    message_count = 21.0
    messages = ['355651', '355721', '355821', '355848', '356879', '356880', '357009', '360631', '360806', '360807', '360811', '360812', '360817', '361017', '361018', '361019', '361039', '361040', '361050', '363858', '385962']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'eric.snow']
    pr_nums = ['16998', '17232', '17233', '17266', '18164', '18212', '18214', '18215', '18217', '18258', '18262', '18263', '18278', '18279', '18281', '18908', '24369']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue38631'
    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