mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
runtornado unbuffers its output using sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0). This is not python 3 compatible since we can't specify buffering on a text stream in python 3. So use the '-u' option of python when calling runtornado.py to make output unbuffered. |
||
|---|---|---|
| .. | ||
| apt | ||
| puppet-common | ||
| stdlib | ||
| zulip | ||
| zulip_internal | ||
| common | ||