This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Stefan Pochmann
Recipients Stefan Pochmann, docs@python, lukasz.langa, m2_farzan, terry.reedy
Date 2021-11-14.04:01:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636862520.09.0.227251745817.issue45752@roundup.psfhosted.org>
In-reply-to
Content
Just saw that it's in copy.py's docstring as well:

"This version does not copy types like module, class, function, method,
nor stack trace, stack frame, nor file, socket, window, nor array, nor
any similar types."

https://github.com/python/cpython/blob/3.10/Lib/copy.py#L41-L43
History
Date User Action Args
2021-11-14 04:02:00Stefan Pochmannsetrecipients: + Stefan Pochmann, terry.reedy, docs@python, lukasz.langa, m2_farzan
2021-11-14 04:02:00Stefan Pochmannsetmessageid: <1636862520.09.0.227251745817.issue45752@roundup.psfhosted.org>
2021-11-14 04:02:00Stefan Pochmannlinkissue45752 messages
2021-11-14 04:01:59Stefan Pochmanncreate