Opened 11 years ago
#5154 enhancement new
Deprecate `twisted.python.threadable.isInIOThread`
Reported by: | Jean-Paul Calderone | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | core | Keywords: | |
Cc: | Branch: | ||
Author: |
Description
After #5153 is resolved, we should deprecate the old API, as it is tied to a single reactor and any code using it will get confused if anyone ever manages to run two reactors in two different threads.
Note: See
TracTickets for help on using
tickets.