mypy icon indicating copy to clipboard operation
mypy copied to clipboard

Add test demonstrating functools.partial bug

Open tamird opened this issue 1 year ago • 1 comments

#17292 added functools.partial support for Type objects; this PR adds a test that demonstrates the implementation incorrectly eagerly resolves generics.

tamird avatar May 29 '24 13:05 tamird

You should probably also open an issue, and link to it in the test case, so it does not get forgotten as "just another test case".

jakkdl avatar Jun 20 '24 20:06 jakkdl

Thanks for the test case! Let's track at https://github.com/python/mypy/issues/17411

hauntsaninja avatar Oct 08 '24 18:10 hauntsaninja