diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2017-12-18 04:10:18 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2017-12-18 04:10:18 (GMT) |
commit | 902ab80b590e474bb2077b1fae8aac497b856d66 (patch) | |
tree | 427ee762a41bc71af3e35dcace840dac8ac92173 /Misc | |
parent | 1b7c11ff0ee3efafbf5b38c3c6f37de5d63efb81 (diff) | |
download | cpython-902ab80b590e474bb2077b1fae8aac497b856d66.zip cpython-902ab80b590e474bb2077b1fae8aac497b856d66.tar.gz cpython-902ab80b590e474bb2077b1fae8aac497b856d66.tar.bz2 |
bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-12-10-23-44-56.bpo-30050.4SZ3lY.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-12-10-23-44-56.bpo-30050.4SZ3lY.rst b/Misc/NEWS.d/next/Library/2017-12-10-23-44-56.bpo-30050.4SZ3lY.rst new file mode 100644 index 0000000..76de12b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-12-10-23-44-56.bpo-30050.4SZ3lY.rst @@ -0,0 +1,3 @@ +New argument warn_on_full_buffer to signal.set_wakeup_fd lets you control +whether Python prints a warning on stderr when the wakeup fd buffer +overflows. |