| Age | Commit message (Collapse) | Author |
|
Implemented as a new MP_UNARY_OP. This patch adds support lists, dicts and
instances.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Arguments of an unknown type cannot be skipped and continuing to parse a
format string after encountering an unknown format specifier leads to
undefined behaviour. This patch helps to find use of unsupported formats.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows the output of the extra-coverage tests to be checked using
the normal run-tests script.
|