You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can erroneously return sooner but the PID is still there:
Traceback (most recent call last):
File "c:\projects\psutil\psutil\tests\test_misc.py", line 923, in test_reap_children
reap_children()
File "c:\projects\psutil\psutil\tests\__init__.py", line 438, in reap_children
assert_gone(pid)
File "c:\projects\psutil\psutil\tests\__init__.py", line 388, in assert_gone
assert not psutil.pid_exists(pid), pid
AssertionError: 3028
======================================================================
The text was updated successfully, but these errors were encountered:
It can erroneously return sooner but the PID is still there:
The text was updated successfully, but these errors were encountered: