-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ext_gdb] use a different input for deadlock prevention instead of ne…
…w_thread event As reported in #66 , new_thread event may not be available for some packages of GDB. Remove dependency on it. Use a check on threading.main_thread().is_alive() instead to detect the termination of the interpreter. Thanks @sn0ot and @agantet for reporting the issue.
- Loading branch information
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters