Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-124213: Fix incorrect context manager use in in_systemd_nspa…
…wn_sync_suppressed() Fix the incorrect use of `os.open()` result as a context manager, while it is actually a numeric file descriptor. I have missed the problem, because in the original version the `os.open()` call would always fail, and I failed to test the final version in all possible scenarios properly.
- Loading branch information