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 jnoller
Recipients alexandre.vassalotti, belopolsky, jnoller, pitrou, rhettinger
Date 2010-10-25.14:23:37
SpamBayes Score 2.947806e-09
Marked as misclassified No
Message-id <AANLkTikKfgM4BvqgN7G-NXQUg1hPg-1c_gnf=jUe5EyV@mail.gmail.com>
In-reply-to <1288016244.42.0.748446045905.issue9935@psf.upfronthosting.co.za>
Content
On Mon, Oct 25, 2010 at 10:17 AM, Antoine Pitrou <report@bugs.python.org> wrote:

> Well, I'm not asking anyone to rewrite the entire multiprocessing test suite; and, besides, I've provided a patch myself to improve it in that respect ;) (in issue10173)

I just saw that one - I'll poke at that next

> Of course, it also means the present pickle patch is imperfect, though the result of __reduce__ in this case looks more like a side-effect of an implementation detail than documented behaviour (since the result isn't usable anyway). I may try to come up with a better patch before the 3.2 beta but it's not sure I will find enough time/motivation.

Okie doke.
History
Date User Action Args
2010-10-25 14:23:39jnollersetrecipients: + jnoller, rhettinger, belopolsky, pitrou, alexandre.vassalotti
2010-10-25 14:23:37jnollerlinkissue9935 messages
2010-10-25 14:23:37jnollercreate