mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
closes bpo-39261: Remove dead assignment from pyinit_config. (GH-17907)
This commit is contained in:
parent
f3a0a6bbcc
commit
2c7ed417a4
1 changed files with 0 additions and 1 deletions
|
@ -749,7 +749,6 @@ pyinit_config(_PyRuntimeState *runtime,
|
||||||
if (_PyStatus_EXCEPTION(status)) {
|
if (_PyStatus_EXCEPTION(status)) {
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
config = &tstate->interp->config;
|
|
||||||
*tstate_p = tstate;
|
*tstate_p = tstate;
|
||||||
|
|
||||||
status = pycore_interp_init(tstate);
|
status = pycore_interp_init(tstate);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue