Message 365883 - Python tracker
Message365883
| Author | Dima.Tisnek |
|---|---|
| Recipients | Dima.Tisnek, Mariatta, ned.deily, njs, ronaldoussoren |
| Date | 2020-04-07.00:05:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1586217901.2.0.246453778422.issue40060@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Thank you for the explanation, Ronald. `socket.TCP_NOTSENT_LOWAT` is just a constant though, to be passed to `setsockopt`. What do you think of `ifndef ... define ...` work-around, akin to a few other constants in socket module? https://github.com/python/cpython/blob/799d7d61a91eb0ad3256ef9a45a90029cef93b7c/Modules/socketmodule.h#L162-L168 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-04-07 00:05:01 | Dima.Tisnek | set | recipients: + Dima.Tisnek, ronaldoussoren, ned.deily, njs, Mariatta |
| 2020-04-07 00:05:01 | Dima.Tisnek | set | messageid: <1586217901.2.0.246453778422.issue40060@roundup.psfhosted.org> |
| 2020-04-07 00:05:01 | Dima.Tisnek | link | issue40060 messages |
| 2020-04-07 00:05:00 | Dima.Tisnek | create | |