Skip to content

Commit 1045395

Browse files
committed
no shadow
1 parent b4fac15 commit 1045395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/crossinterp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2965,7 +2965,7 @@ _pop_preserved(_PyXI_session *session,
29652965
*p_xidata = NULL;
29662966
}
29672967
else {
2968-
_PyXI_namespace *xidata = _create_sharedns(session->_preserved);
2968+
xidata = _create_sharedns(session->_preserved);
29692969
if (xidata == NULL) {
29702970
failure.code = _PyXI_ERR_PRESERVE_FAILURE;
29712971
goto error;

0 commit comments

Comments
 (0)