Message 68367 - Python tracker

Message68367

Author amaury.forgeotdarc
Recipients Rhamphoryncus, amaury.forgeotdarc, jnoller, roudkerk, theller
Date 2008-06-18.16:10:23
SpamBayes Score 0.06996005
Marked as misclassified No
Message-id <1213805440.49.0.9588534301.issue3125@psf.upfronthosting.co.za>
In-reply-to
Content
But why this is win32 specific?

Is it because windows cannot fork(), so data has to be copied through
the pickle mechanism?
In this case let's remove the "if win32" statement, and always execute
the body.
History
Date User Action Args
2008-06-18 16:10:40amaury.forgeotdarcsetspambayes_score: 0.0699601 -> 0.06996005
recipients: + amaury.forgeotdarc, theller, Rhamphoryncus, roudkerk, jnoller
2008-06-18 16:10:40amaury.forgeotdarcsetspambayes_score: 0.0699601 -> 0.0699601
messageid: <1213805440.49.0.9588534301.issue3125@psf.upfronthosting.co.za>
2008-06-18 16:10:24amaury.forgeotdarclinkissue3125 messages
2008-06-18 16:10:24amaury.forgeotdarccreate