[issue39908] Remove unused args from init_set_builtins_open and _Py_FatalError_PrintExc in Python/pylifecycle.c

Andy Lester report at bugs.python.org
Sun Mar 8 23:59:59 EDT 2020


New submission from Andy Lester <andy at petdance.com>:

init_set_builtins_open(PyThreadState *tstate) -> unused arg

_Py_FatalError_PrintExc(int fd) -> unused arg

----------
components: Interpreter Core
messages: 363690
nosy: petdance
priority: normal
severity: normal
status: open
title: Remove unused args from init_set_builtins_open and _Py_FatalError_PrintExc in Python/pylifecycle.c

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39908>
_______________________________________


More information about the Python-bugs-list mailing list