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 socketpair
Recipients socketpair
Date 2022-04-06.20:30:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649277000.36.0.636333704682.issue47245@roundup.psfhosted.org>
In-reply-to
Content
Rewriting in a way that guarantee no stack (and heap) usage. Because stack is shared between child and parent. It seems there is no crossplatform way. Happily we can use some code like I wrote by link in the first message. OR, stick to posix_nspawn which is cross-platform.
History
Date User Action Args
2022-04-06 20:30:00socketpairsetrecipients: + socketpair
2022-04-06 20:30:00socketpairsetmessageid: <1649277000.36.0.636333704682.issue47245@roundup.psfhosted.org>
2022-04-06 20:30:00socketpairlinkissue47245 messages
2022-04-06 20:30:00socketpaircreate