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 pitrou
Recipients alexandre.vassalotti, amaury.forgeotdarc, belopolsky, cool-RR, daniel.urban, eric.araujo, exarkun, hinsen, lemburg, loewis, obamausa8, pitrou, rhettinger
Date 2011-03-02.10:37:30
SpamBayes Score 0.007159833
Marked as misclassified No
Message-id <1299062247.3722.2.camel@localhost.localdomain>
In-reply-to <1299062117.7.0.393828775351.issue9276@psf.upfronthosting.co.za>
Content
> Amaury:
> 
> Your example succeeds on Linux but fails on Windows:
> 
> 	$ python3.2 main.py

I think the difference has to do with Python 3 vs. Python 2.
In Python 3 unbound methods are not wrapped in a specific object, and so
ForkingPickler does not find their global name.
History
Date User Action Args
2011-03-02 10:37:31pitrousetrecipients: + pitrou, lemburg, loewis, rhettinger, hinsen, exarkun, amaury.forgeotdarc, belopolsky, alexandre.vassalotti, eric.araujo, obamausa8, daniel.urban, cool-RR
2011-03-02 10:37:30pitroulinkissue9276 messages
2011-03-02 10:37:30pitroucreate