Ticket #3099 defect closed fixed
signal module shouldn't be imported unless it's used
| Reported by: | nriley | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | jython |
| Cc: | thijs | Branch: | branches/signal-module-3099 |
| Author: | thijs | Launchpad Bug: |
Description
I'm working on getting Twisted on Jython. Twisted already makes this conditional on runtime.platformType == 'posix'. Jython doesn't yet have a signal module, so this patch makes the import conditional as well.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

