Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #34051

Re: deepcopy questions

From Dieter Maurer <dieter@handshake.de>
Subject Re: deepcopy questions
Date 2012-11-29 08:01 +0100
References <bbed43a4-457d-45c3-bc84-519d51516431@googlegroups.com> <39edd363-2937-48a8-b84d-54d3993e42cf@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.356.1354172588.29569.python-list@python.org> (permalink)

Show all headers | View raw


lars van gemerden <lars@rational-it.com> writes:
> ... "deepcopy" dropping some items ...
> Any ideas are still more then welcome,

"deepcopy" is implemented in Python (rather than "C").
Thus, if necessary, you can debug what it is doing
and thereby determine where the items have been dropped.

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

deepcopy questions lars van gemerden <lars@rational-it.com> - 2012-11-27 15:59 -0800
  Re: deepcopy questions Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-11-28 00:46 +0000
  Re: deepcopy questions MRAB <python@mrabarnett.plus.com> - 2012-11-28 00:59 +0000
  Re: deepcopy questions lars van gemerden <lars@rational-it.com> - 2012-11-28 01:05 -0800
    Re: deepcopy questions Dieter Maurer <dieter@handshake.de> - 2012-11-29 08:01 +0100

csiph-web