Message289727
as Serhiy pointed out in PR 668, here are some more functions that produce the
same kind of wrong error messages:
- Modules/timemodule.c - gettmarg()
- Modules/socketmodule.c:
* getsockaddrarg()
* socket_getnameinfo()
ISTM that searching for 'PyTuple_Check(' might be a good way to find more such
functions, as they sometimes raise an error in case a type other than tuple was
received (and after that, PyArg_ParseTuple is called). |
|
Date |
User |
Action |
Args |
2017-03-16 18:30:12 | Oren Milman | set | recipients:
+ Oren Milman, rhettinger, vstinner, serhiy.storchaka |
2017-03-16 18:30:12 | Oren Milman | set | messageid: <1489689012.02.0.852154115459.issue28261@psf.upfronthosting.co.za> |
2017-03-16 18:30:12 | Oren Milman | link | issue28261 messages |
2017-03-16 18:30:11 | Oren Milman | create | |
|