This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Support for pause(2)
Type: enhancement Stage: resolved
Components: Library (Lib) Versions:
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: philiprowlands, zach.ware
Priority: normal Keywords:

Created on 2022-02-19 17:24 by philiprowlands, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg413554 - (view) Author: Philip Rowlands (philiprowlands) Date: 2022-02-19 17:24
Went looking for os.pause() but found nothing in the docs, bpo, or Google.
https://man7.org/linux/man-pages/man2/pause.2.html

Obviously not a popular syscall, but I have a use case for it.
msg413556 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2022-02-19 18:01
See signal.pause: https://docs.python.org/3/library/signal.html#signal.pause
History
Date User Action Args
2022-04-11 14:59:56adminsetgithub: 90956
2022-02-22 17:57:24zach.waresetstatus: open -> closed
resolution: works for me
stage: resolved
2022-02-19 18:01:07zach.waresetnosy: + zach.ware
messages: + msg413556
2022-02-19 17:24:27philiprowlandscreate