diff options
| author | Senthil Kumaran <senthil@uthcode.com> | 2011-05-25 16:22:59 (GMT) |
|---|---|---|
| committer | Senthil Kumaran <senthil@uthcode.com> | 2011-05-25 16:22:59 (GMT) |
| commit | 5e826e8a1b4727f42cbbb4bd279741ed96404809 (patch) | |
| tree | 6a347009112eeaf17a671dadf602ab0a596cdd0a /Lib/test/test_io.py | |
| parent | dac9acedfd9930d2368172c2cec13b6077153a70 (diff) | |
| download | cpython-5e826e8a1b4727f42cbbb4bd279741ed96404809.zip cpython-5e826e8a1b4727f42cbbb4bd279741ed96404809.tar.gz cpython-5e826e8a1b4727f42cbbb4bd279741ed96404809.tar.bz2 | |
Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass.
A new method called service_action is made available in BaseServer, called by
serve_forever loop. This useful in cases where Mixins can use it for cleanup
action. ForkingMixin class uses service_action to collect the zombie child
processes. Initial Patch by Justin Wark.
Diffstat (limited to 'Lib/test/test_io.py')
0 files changed, 0 insertions, 0 deletions
