Inada Naoki <[email protected]> added the comment:
> How does it work with dict subclasses? PySet_New(iterable) uses fast path only when `PyDict_CheckExact(iterable)` is true. So there is no change for dict subclasses. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue38613> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
