Message192588
| Author | noxiouz |
|---|---|
| Recipients | Tom.van.Leeuwen, amaury.forgeotdarc, noxiouz, pitrou |
| Date | 2013-07-07.20:48:28 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1373230108.59.0.228355777403.issue18100@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The same error in the use of socket.send(). Is it possible to use size_t for len instead of int? According to http://www.python.org/dev/peps/pep-0353/ Py_ssize_t on x86 is typedef for int, and size_t has the same size. On x64 sizeof size_t is 8bit, that covers the limits of reasonable use. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-07-07 20:48:28 | noxiouz | set | recipients: + noxiouz, amaury.forgeotdarc, pitrou, Tom.van.Leeuwen |
| 2013-07-07 20:48:28 | noxiouz | set | messageid: <1373230108.59.0.228355777403.issue18100@psf.upfronthosting.co.za> |
| 2013-07-07 20:48:28 | noxiouz | link | issue18100 messages |
| 2013-07-07 20:48:28 | noxiouz | create | |