Message 239454 - Python tracker
Message239454
| 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:49 | martin.panter | set | recipients: + martin.panter, pitrou, berker.peksag |
| 2015-03-28 04:59:49 | martin.panter | set | messageid: <1427518789.84.0.252707865001.issue23430@psf.upfronthosting.co.za> |
| 2015-03-28 04:59:49 | martin.panter | link | issue23430 messages |
| 2015-03-28 04:59:49 | martin.panter | create | |