From fdaf09c4d6780059c677b0078dc2d9b255fede7f Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Tue, 9 Dec 2025 19:26:59 +0000 Subject: [PATCH] mitogen/parent: Fix typo Signed-off-by: Marc Hartmayer --- mitogen/parent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitogen/parent.py b/mitogen/parent.py index e91504ce..9da5d58a 100644 --- a/mitogen/parent.py +++ b/mitogen/parent.py @@ -1416,7 +1416,7 @@ class Connection(object): # r: read side of core_src FD. # w: write side of core_src FD. - # Final os.close(STDOUT_FILENO) to avoid --py-debug build corrupting stream with + # Final os.close(STDERR_FILENO) to avoid --py-debug build corrupting stream with # "[1234 refs]" during exit. @staticmethod def _first_stage():