Message285663
Attached patch modify the _struct module to use FASTCALL and Argument Clinic.
AC requires a summary line, so I duplicated the first sentence of iter_unpack() docstring:
iter_unpack(fmt, buffer, /)
Return an iterator yielding tuples unpacked from the given bytes.
Return an iterator yielding tuples unpacked from the given bytes
source according to the format string, like a repeated invocation of
unpack_from(). Requires that the bytes length be a multiple of the
format struct size. |
|
Date |
User |
Action |
Args |
2017-01-17 16:31:45 | vstinner | set | recipients:
+ vstinner, larry, methane, serhiy.storchaka |
2017-01-17 16:31:45 | vstinner | set | messageid: <1484670705.59.0.0193443230555.issue29300@psf.upfronthosting.co.za> |
2017-01-17 16:31:45 | vstinner | link | issue29300 messages |
2017-01-17 16:31:45 | vstinner | create | |
|