Message318801
> `MultibyteCodec_State` can occupy 8 bytes, and `pending` can occupy 2 bytes (MAXENCPENDING), we get a total of 10 bytes which I think exceeds what a PyLong can represent.
PyLong is "long integer", aka "big integer", not C's long type.
https://docs.python.org/3.6/c-api/long.html
You can encode 12 bytes into single long object. |
|
Date |
User |
Action |
Args |
2018-06-06 06:32:45 | methane | set | recipients:
+ methane, martin.panter, libcthorne |
2018-06-06 06:32:45 | methane | set | messageid: <1528266765.38.0.592728768989.issue33578@psf.upfronthosting.co.za> |
2018-06-06 06:32:45 | methane | link | issue33578 messages |
2018-06-06 06:32:45 | methane | create | |
|