Ticket #3030 (closed enhancement: fixed)
The first parameter of twisted.internet.threads.blockingCallFromThread should be reactor
| Reported by: | exarkun | Owned by: | exarkun |
|---|---|---|---|
| Priority: | highest | Milestone: | twisted-8.0 |
| Component: | core | Keywords: | |
| Cc: | Branch: | branches/blockingcallfromthread-arg-3030 | |
| Author: | exarkun | Launchpad Bug: |
Description
Global state is bad and stuff. Parameterization is great and stuff.
Any function which uses a global reactor variable should probably be parameterized instead.
This should happen before the next release, since it's not a compatible change. Fortunately blockingCallFromThread hasn't been part of any release yet.
Change History
Note: See
TracTickets for help on using
tickets.
