Message 68376 - Python tracker
Message68376
| 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:06 | amaury.forgeotdarc | set | spambayes_score: 0.0585827 -> 0.058582723 recipients: + amaury.forgeotdarc, theller, Rhamphoryncus, roudkerk, jnoller |
| 2008-06-18 22:03:05 | amaury.forgeotdarc | link | issue3125 messages |
| 2008-06-18 22:03:04 | amaury.forgeotdarc | create | |