False positive [call-arg]
with functools.partial
and concurrent.futures.Executor.submit
#19028
Labels
[call-arg]
with functools.partial
and concurrent.futures.Executor.submit
#19028
I get false positive
[call-arg]
when I applyfunctools.partial
toconcurrent.futures.Executor.submit
. I see a bunch of openedpartial
-related issues, but I can't understand if my use case is a duplicate (if it is so—I am sorry for the noise). I've tried to reproduce this withoutconcurrent.futures
but got no luck.To Reproduce
Actual Behavior
Versions
1.10.1
and earlier—no errors (expected behaviour).Versions
1.11.0
–1.13.0
:Versions from
1.14.0
up to the "master branch":Your Environment
I've played in playground with its default settings (i.e. no options were checked) and Python versions 3.12 and 3.13.
The text was updated successfully, but these errors were encountered: