Skip to content

Commit c7e1a5e

Browse files
committed
Minimize the diff
1 parent 4ec550d commit c7e1a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_posixsubprocess.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,9 +873,9 @@ subprocess_fork_exec_impl(PyObject *module, PyObject *process_args,
873873
PyObject *converted_args = NULL, *fast_args = NULL;
874874
PyObject *preexec_fn_args_tuple = NULL;
875875
gid_t *extra_groups = NULL;
876-
pid_t pid = -1;
877876
PyObject *cwd_obj2 = NULL;
878877
const char *cwd = NULL;
878+
pid_t pid = -1;
879879
int need_to_reenable_gc = 0;
880880
char *const *argv = NULL, *const *envp = NULL;
881881
Py_ssize_t extra_group_size = 0;

0 commit comments

Comments
 (0)