This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turns out print() does not flush I/O by default
and sys.stderr is not unbuffered except in interactive mode. This is important here a) To ensure that the 'Waiting...' message is displayed before waiting on flock() and b) To ensure the last message is displayed before exec()-ing.
- Loading branch information