This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients berker.peksag, martin.panter, pitrou
Date 2015-03-28.04:59:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427518789.84.0.252707865001.issue23430@psf.upfronthosting.co.za>
In-reply-to
Content
Patch v3:

* Changed the structure of exception handling for the forking server so that there is only one os._exit(status) call site
* Rewrote tests to log results to a temporary file. This avoids sending a string of code to a Python subprocess. I use threading.Event and os.waitpid() to synchronize.
* Tests now call the handle_request() public API, and create a trivial TCP connection to trigger a request.
* Added doc string explaining simple_subprocess()

Let me know what you think.
History
Date User Action Args
2015-03-28 04:59:49martin.pantersetrecipients: + martin.panter, pitrou, berker.peksag
2015-03-28 04:59:49martin.pantersetmessageid: <1427518789.84.0.252707865001.issue23430@psf.upfronthosting.co.za>
2015-03-28 04:59:49martin.panterlinkissue23430 messages
2015-03-28 04:59:49martin.pantercreate