New submission from Alex Henrie <alexhenri...@gmail.com>:
The function pyinit_config currently contains the following line: config = &tstate->interp->config; However, the config variable is not used after that point. Victor Stinner has confirmed that this assignment is unnecessary: https://github.com/python/cpython/pull/16267/files#r364216184 ---------- messages: 359619 nosy: alex.henrie priority: normal severity: normal status: open title: Dead assignment in pyinit_config _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue39261> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com