Message 416898 - Python tracker
Message416898
| 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:00 | socketpair | set | recipients: + socketpair |
| 2022-04-06 20:30:00 | socketpair | set | messageid: <1649277000.36.0.636333704682.issue47245@roundup.psfhosted.org> |
| 2022-04-06 20:30:00 | socketpair | link | issue47245 messages |
| 2022-04-06 20:30:00 | socketpair | create | |