Message309171
While discussing https://bugs.python.org/issue32145, I noticed that ExitStack.callback *always* adds a wrapper function, even when the `args` and `kwds` parameters are both empty.
For plain callbacks that aren't receiving any extra arguments, it would be better to skip adding the redundant wrapper function. |
|
| Date |
User |
Action |
Args |
| 2017-12-29 13:37:44 | ncoghlan | set | recipients:
+ ncoghlan, barry |
| 2017-12-29 13:37:44 | ncoghlan | set | messageid: <1514554664.91.0.213398074469.issue32445@psf.upfronthosting.co.za> |
| 2017-12-29 13:37:44 | ncoghlan | link | issue32445 messages |
| 2017-12-29 13:37:44 | ncoghlan | create | |
|