This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Remove unused args from init_set_builtins_open and _Py_FatalError_PrintExc in Python/pylifecycle.c
Type: Stage: resolved
Components: Interpreter Core Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: petdance
Priority: normal Keywords: patch

Created on 2020-03-09 03:59 by petdance, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 18867 merged petdance, 2020-03-09 04:10
Messages (1)
msg363690 - (view) Author: Andy Lester (petdance) * Date: 2020-03-09 03:59
init_set_builtins_open(PyThreadState *tstate) -> unused arg

_Py_FatalError_PrintExc(int fd) -> unused arg
History
Date User Action Args
2022-04-11 14:59:27adminsetgithub: 84089
2020-03-27 01:43:12petdancesetstatus: open -> closed
stage: patch review -> resolved
2020-03-09 04:10:23petdancesetkeywords: + patch
stage: patch review
pull_requests: + pull_request18225
2020-03-09 03:59:59petdancecreate