[issue3354] Improve error reporting for the argument parsing C API

2021-11-29 Thread Irit Katriel
Irit Katriel added the comment: Reproduced in 3.11: >>> sorted([1,2,3], reverse=None) Traceback (most recent call last): File "", line 1, in TypeError: 'NoneType' object cannot be interpreted as an integer -- nosy: +iritkatriel versions: +Python 3.11 -Python 3.3 __

[issue3354] Improve error reporting for the argument parsing C API

2020-06-25 Thread STINNER Victor
Change by STINNER Victor : -- components: +C API ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue3354] Improve error reporting for the argument parsing C API

2013-06-21 Thread Ronald Oussoren
Ronald Oussoren added the comment: See also #18269. -- nosy: +ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue3354] Improve error reporting for the argument parsing C API

2013-06-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +larry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue3354] Improve error reporting for the argument parsing C API

2013-06-19 Thread Ankur Ankan
Changes by Ankur Ankan : -- nosy: +Ankur.Ankan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue3354] Improve error reporting for the argument parsing C API

2012-02-20 Thread Éric Araujo
Changes by Éric Araujo : -- title: Improve error reporting for the argument parsing API -> Improve error reporting for the argument parsing C API versions: +Python 3.3 -Python 2.7, Python 3.2 ___ Python tracker ___