Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:
I do not think there is a bug. If we ever decide to change the behavior, the changes can only go in future Python version. And if we decide to make changes, I think that it would be better to make the pure Python implementation using __new__() instead of __init__() and make __reduce__() using copyreg.__newobj__. ---------- type: behavior -> enhancement versions: +Python 3.10 -Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41751> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com