Skip to content

Commit 72d3ece

Browse files
committed
whooopsy
1 parent 8514d6e commit 72d3ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval_gil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ static inline void run_remote_debugger_script(const char *path)
12291229
#else
12301230
dup_fd = dup(fd);
12311231
if (dup_fd != -1) {
1232-
f = fdopen(fd, "r");
1232+
f = fdopen(dup_fd, "r");
12331233
}
12341234
if (!f) {
12351235
close(dup_fd);

0 commit comments

Comments
 (0)