[Python-Dev] Bug #537450 Improper object initialization for type.__new__

Raymond Hettinger Raymond Hettinger" <python@rcn.com
Sun, 6 Oct 2002 22:40:23 -0400


Martin, thanks for looking at it.

BTW, I'm not a proponent of any of those changes.
They are just ones that looked like viable candidates
but  I didn't think I should handle myself.


Raymond Hettinger



----- Original Message ----- 
From: "Martin v. Loewis" <martin@v.loewis.de>
To: "Raymond Hettinger" <python@rcn.com>
Cc: "Guido van Rossum" <guido@python.org>; <python-dev@python.org>
Sent: Sunday, October 06, 2002 10:32 PM
Subject: Re: [Python-Dev] Bug #537450 Improper object initialization for type.__new__


> "Raymond Hettinger" <raymond.hettinger@verizon.net> writes:
> 
> > Revision 1.69:  Patch #505705: Remove eval in pickle and cPickle.
> 
> It is not realistic to backport this patch for 2.2.2. I would suggest
> to ignore it completely for 2.2.
> 
> Regards,
> Martin