mitogen/parent: Fix typo

Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
pull/1389/head
Marc Hartmayer 2 weeks ago
parent 2398df1159
commit fdaf09c4d6

@ -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():

Loading…
Cancel
Save