Changes between Initial Version and Version 1 of Ticket #36434
- Timestamp:
- Jun 3, 2025, 3:06:39 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36434 – Description
initial v1 9 9 Running **manage.py runserver** only respects python -u flag if --noreload is present, meanwhile setting the environment variable PYTHONUNBUFFERED=1 works fine. 10 10 11 The solution is likely to make sure subprocesses to be called with the very same flag.11 The solution is likely to make sure subprocesses are called with the very same flag.