Serhiy Storchaka <[email protected]> added the comment:
This is a consequence of implementing pickling for loggers in issue30520. It would be surprising if pickling/unpickling and deep copying preserve identity, but shallow copying creates a new object. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue34999> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
