Skip to content

Commit 8587261

Browse files
committed
Add NEWS entry
1 parent 192e36a commit 8587261

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fixes a bug in :func:`print` which could result in a hangup signal (``SIGHUP``)
2+
being sent to the user session under certain circumstances when printing an
3+
empty string to unbuffered stdout, e.g. if ``python3 -u`` is used or the
4+
:envvar:`PYTHONUNBUFFERED` environment variable is set.

0 commit comments

Comments
 (0)