◐ Shell
clean mode source ↗

Issue 7409: cleanup now deepcopy copies instance methods

Issue7409

Created on 2009-11-29 22:23 by rbcollins, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
deepcopy-works.patch rbcollins, 2009-11-29 22:23
Messages (2)
msg95823 - (view) Author: Robert Collins (rbcollins) * (Python committer) Date: 2009-11-29 22:23
With deepcopy fixed, I ran across this little fixable component.
msg95824 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-11-29 22:26
Fixed in r76591. Thanks!
History
Date User Action Args
2022-04-11 14:56:55adminsetgithub: 51658
2009-11-29 22:26:46benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg95824

resolution: fixed

2009-11-29 22:23:28rbcollinscreate