Ticket #4674 enhancement new
doCreate should be overridable in dumbwin32proc
| Reported by: | k0s | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | jhammel@… | Branch: | |
| Author: | Launchpad Bug: |
Description
doCreate lives within the scope of a function:
http://twistedmatrix.com/trac/browser/trunk/twisted/internet/_dumbwin32proc.py#L172
if doCreate was made either a callback or an accessible function (so it could be monkey-patched) then this would give the flexibility needed for end consumers of twisted software (such as buildbot) to pass appropriate process creation flags, etc.
Since, for instance, a patch we must apply for our buildslaves:
http://people.mozilla.org/~anodelman/killprocess/_dumbwin32proc.py
Change History
Note: See
TracTickets for help on using
tickets.
