Alex Waygood <[email protected]> added the comment:
The above traceback is because the `isinstance(list[str], type)` check at Lib/functools.py:848 evaluates to `True`. Related: #45665. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue46032> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
