Don't warn when setting the same interrupt handler
This happens a lot because the idiom of putting import pudb;pudb.set_trace() in your code causes pudb to be reimported each time the set_trace() is hit.
Loading
Please sign in to comment
This happens a lot because the idiom of putting import pudb;pudb.set_trace() in your code causes pudb to be reimported each time the set_trace() is hit.