mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
GH-66285: remove redundant time.sleep from test_fork_signal_handling (GH-99963)
This commit is contained in:
parent
acf9184e6b
commit
ee60156500
1 changed files with 0 additions and 1 deletions
|
|
@ -1907,7 +1907,6 @@ def test_fork_signal_handling(self):
|
|||
def child_main():
|
||||
signal.signal(signal.SIGTERM, lambda *args: child_handled.set())
|
||||
child_started.set()
|
||||
time.sleep(1)
|
||||
|
||||
async def main():
|
||||
loop = asyncio.get_running_loop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue