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 vstinner
Recipients corona10, eric.smith, petr.viktorin, rhettinger, serhiy.storchaka, vstinner
Date 2022-03-28.15:24:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648481077.99.0.0453030378048.issue47143@roundup.psfhosted.org>
In-reply-to
Content
It seems like the copy module doesn't support copying a class. copy.deepcopy(cls) doesn't copy a class but returns its argument, the class unchanged.
History
Date User Action Args
2022-03-28 15:24:38vstinnersetrecipients: + vstinner, rhettinger, eric.smith, petr.viktorin, serhiy.storchaka, corona10
2022-03-28 15:24:37vstinnersetmessageid: <1648481077.99.0.0453030378048.issue47143@roundup.psfhosted.org>
2022-03-28 15:24:37vstinnerlinkissue47143 messages
2022-03-28 15:24:37vstinnercreate