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 amaury.forgeotdarc
Recipients Rhamphoryncus, amaury.forgeotdarc, jnoller, roudkerk, theller
Date 2008-06-18.22:03:03
SpamBayes Score 0.058582723
Marked as misclassified No
Message-id <e27efe130806181503j2382e746y28d567adc3ff91@mail.gmail.com>
In-reply-to <1213810657.59.0.0655414271964.issue3125@psf.upfronthosting.co.za>
Content
roudkerk wrote:
> Yes, on Windows pickling is needed to pass data to a child process.  In
> other contexts these objects are NOT picklable because you would have to
> worry about garbage collection of the original object before the copy is
> rebuilt by the other process.  On unix pickling will always fail even if
> it "if win32" statement was removed.

I am not sure to understand. Can you elaborate?
How is memory management different between windows and unix?
History
Date User Action Args
2008-06-18 22:03:06amaury.forgeotdarcsetspambayes_score: 0.0585827 -> 0.058582723
recipients: + amaury.forgeotdarc, theller, Rhamphoryncus, roudkerk, jnoller
2008-06-18 22:03:05amaury.forgeotdarclinkissue3125 messages
2008-06-18 22:03:04amaury.forgeotdarccreate