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 nnorwitz
Recipients belopolsky, nnorwitz
Date 2008-03-15.22:47:47
SpamBayes Score 0.63720727
Marked as misclassified No
Message-id <1205621268.51.0.786175374518.issue2185@psf.upfronthosting.co.za>
In-reply-to
Content
Marshal is the wrong place for this sort of thing (the code object is
where it should be done).

I botched the analysis.  The case is common, but only for the empty
tuple which I forgot to ignore.  (None,) was a common case when I
measured it.  We should measure the actual memory savings before
anything is implemented.

To answer your question, the case were this happens is:

  def foo(self):  return self.self
History
Date User Action Args
2008-03-15 22:47:48nnorwitzsetspambayes_score: 0.637207 -> 0.63720727
recipients: + nnorwitz, belopolsky
2008-03-15 22:47:48nnorwitzsetspambayes_score: 0.637207 -> 0.637207
messageid: <1205621268.51.0.786175374518.issue2185@psf.upfronthosting.co.za>
2008-03-15 22:47:47nnorwitzlinkissue2185 messages
2008-03-15 22:47:47nnorwitzcreate