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
When I use the find_handles() with process_ids=[os.getppid()] after the close_handles() when I exit from python, it crashes and kills the cmd.exe window too.
When I use the
find_handles()
withprocess_ids=[os.getppid()]
after theclose_handles()
when I exit from python, it crashes and kills thecmd.exe
window too.and the whole Windows Terminal crashes.
After some additional testing, the handle type causes the crash is 'File'
The text was updated successfully, but these errors were encountered: