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 Kristian.Vlaardingerbroek
Recipients Kristian.Vlaardingerbroek, Zbynek.Winkler, asksol, jnoller
Date 2011-06-26.09:46:47
SpamBayes Score 0.000589835
Marked as misclassified No
Message-id <1309081608.78.0.0746976329469.issue9955@psf.upfronthosting.co.za>
In-reply-to
Content
On Python 2.7.2 this can not be reproduced. Instead of the segmentation fault an AssertionError is raised:

AssertionError: invalid Element proxy at 39359432

In Python 3.2 the p1.send(n) step in the example raises a PicklingError when trying to pass an unpickable object.

Recommend closing this ticket.
History
Date User Action Args
2011-06-26 09:46:48Kristian.Vlaardingerbroeksetrecipients: + Kristian.Vlaardingerbroek, jnoller, asksol, Zbynek.Winkler
2011-06-26 09:46:48Kristian.Vlaardingerbroeksetmessageid: <1309081608.78.0.0746976329469.issue9955@psf.upfronthosting.co.za>
2011-06-26 09:46:48Kristian.Vlaardingerbroeklinkissue9955 messages
2011-06-26 09:46:47Kristian.Vlaardingerbroekcreate