Ticket #5968 enhancement new
Port POSIX `IReactorProcess` implementation to Python 3
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Python-3.x |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
This involves a few different things:
- The primary implementation module, twisted.internet.process
- At least some parts of twisted.internet.posixbase (spawnProcess definition)
- Get twisted.internet.test.test_process to pass
- Get twisted.test.test_process to pass
- Enable process cleanup on Python 3 in twisted.internet.test.reactormixins.
Change History
Note: See
TracTickets for help on using
tickets.
