bpo-37645: simplify __str__ of function objects#15295
bpo-37645: simplify __str__ of function objects#15295jdemeyer wants to merge 1 commit intopython:mainfrom
Conversation
epicfaace
left a comment
There was a problem hiding this comment.
Would repr(f) when f takes arguments also look like f()? In that case, it might be misleading (it would look like f takes no arguments)
|
I'm not changing |
|
Sorry, I meant |
|
This PR is stale because it has been open for 30 days with no activity. |
|
I don't think that this change is a good idea: #81826 (comment). There is no activity for 7 years, I close the issue. |
CC @vstinner
https://bugs.python.org/issue37645