[issue41221] Output of print() might get truncated in unbuffered mode

Manuel Jacob report at bugs.python.org
Mon Jul 6 16:02:26 EDT 2020


Manuel Jacob <me at manueljacob.de> added the comment:

2147479552 is the 0x7ffff000 bytes limit documented for write() on Linux (source: https://man7.org/linux/man-pages/man2/write.2.html). The limit could be even smaller in other circumstances or other systems.

I’m adding Victor Stinner to the nosy list, as he added the code limiting writes to the console on Windows in e0daff1c61e323d2a39dd8241de67082d1f10fd7, and he might have an opinion on the topic.

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41221>
_______________________________________


More information about the Python-bugs-list mailing list