Message 375085 - Python tracker
Message375085
| Author | soumendra |
|---|---|
| Recipients | Alex.Willmer, Cornelius Diekmann, chris.torek, martin.panter, soumendra, xdegaye |
| Date | 2020-08-09.22:13:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1597011229.55.0.0707726405249.issue29070@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:49 | soumendra | set | recipients: + soumendra, xdegaye, martin.panter, Alex.Willmer, chris.torek, Cornelius Diekmann |
| 2020-08-09 22:13:49 | soumendra | set | messageid: <1597011229.55.0.0707726405249.issue29070@roundup.psfhosted.org> |
| 2020-08-09 22:13:49 | soumendra | link | issue29070 messages |
| 2020-08-09 22:13:49 | soumendra | create | |