Message208548
'inspect.signature' currently returns 'None' for builtins with no signature information. However, the protocol is that it raises a "ValueError(callable is not supported by signature)" if object is callable, but a signature can not be provided.
Attached patch fixes this, as well as updates the relevant section in the inspect.signature documentation. |
|
Date |
User |
Action |
Args |
2014-01-20 16:56:33 | yselivanov | set | recipients:
+ yselivanov, brett.cannon, ncoghlan, larry |
2014-01-20 16:56:33 | yselivanov | set | messageid: <1390236993.79.0.241444273763.issue20313@psf.upfronthosting.co.za> |
2014-01-20 16:56:33 | yselivanov | link | issue20313 messages |
2014-01-20 16:56:33 | yselivanov | create | |
|