Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 285 Bytes

File metadata and controls

4 lines (4 loc) · 285 Bytes

Fixes a bug in :func:`print` which could result in a hangup signal (SIGHUP) being sent to the user session under certain circumstances when printing an empty string to unbuffered stdout, e.g. if python3 -u is used or the :envvar:`PYTHONUNBUFFERED` environment variable is set.