Steven D'Aprano wrote:uble the size of Callable.
> > I think it takes only the characters needed to write the name IntToIntFunc.
> ... you may only use it once.
Could you provide an example where it is only used once?
The only way I can imagine is that you use it here when when defining your
com
Sorry, my mistake (again :)
As mentioned in an earlier python-dev thread, I'm working on the
bugs.python.org -> GitHub issues migration, and while testing I have
to delete and recreate the repo for each iteration. Since the repo is
private, in order to get feedback from fellow core-devs and triag
> On 26 Dec 2021, at 02:16, Steven D'Aprano wrote:
>
>> Hard enough that you really ought to help your reader out with a
>> name,
>
> What are you going to name it?
>
>Int_and_Float_and_Int_returns_List_of_Int_Function
>
> tells us nothing that
>
>(int, float, int) -> list[int]
>