mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
49cd68fb1e
Previously this didn't raise an error. Now it will: ```python from collections.abc import Callable isinstance(int, list | Callable[..., str]) ``` Also added tests in Union since there were previously none for stuff like ``isinstance(list, list | list[int])`` either. Backport to 3.9 not required. Automerge-Triggered-By: GH:gvanrossum
Source files for various builtin objects