Message 375084 - Python tracker
Message375084
| Author | soumendra |
|---|---|
| Recipients | Cornelius Diekmann, RadicalZephyr, chris.torek, jarryshaw, jbeck, martin.panter, soumendra, vstinner |
| Date | 2020-08-09.22:13:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1597011192.12.0.448937629289.issue26228@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Hi! Can anyone please take a look at https://bugs.python.org/issue41494 [ https://github.com/python/cpython/pull/21752 ]? I think these are related. I wrote a new function called wspawn, which is like spawn+the following differences. 1. It sets window size at the beginning. 2. It registers a SIGWINCH handler. 3. It does not depend on OSError to return. It does a clean return instead. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-08-09 22:13:12 | soumendra | set | recipients: + soumendra, vstinner, martin.panter, jbeck, RadicalZephyr, chris.torek, Cornelius Diekmann, jarryshaw |
| 2020-08-09 22:13:12 | soumendra | set | messageid: <1597011192.12.0.448937629289.issue26228@roundup.psfhosted.org> |
| 2020-08-09 22:13:12 | soumendra | link | issue26228 messages |
| 2020-08-09 22:13:12 | soumendra | create | |