[Patches] [ python-Patches-1100562 ] deepcopying listlike and dictlike objects

SourceForge.net noreply at sourceforge.net
Wed Jan 12 01:49:23 CET 2005


Patches item #1100562, was opened at 2005-01-12 01:49
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1100562&group_id=5470

Category: None
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Björn Lindqvist (sonderblade)
Assigned to: Nobody/Anonymous (nobody)
Summary: deepcopying listlike and dictlike objects

Initial Comment:
This patch should fix this
https://sourceforge.net/tracker/index.php?func=detail&aid=1099746&group_id=5470&atid=105470
problem. It does it by changing the order in which
objects are deepcopied. First the attributes and then
the list/dict elements are copied.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1100562&group_id=5470


More information about the Patches mailing list