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 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:12soumendrasetrecipients: + soumendra, vstinner, martin.panter, jbeck, RadicalZephyr, chris.torek, Cornelius Diekmann, jarryshaw
2020-08-09 22:13:12soumendrasetmessageid: <1597011192.12.0.448937629289.issue26228@roundup.psfhosted.org>
2020-08-09 22:13:12soumendralinkissue26228 messages
2020-08-09 22:13:12soumendracreate