Antoine Pitrou <[email protected]> added the comment: > 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. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9276> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
