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 iritkatriel
Recipients Arfrever, davin, iritkatriel, neologix, pitrou, superluser
Date 2020-09-27.16:52:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601225562.06.0.28836101695.issue24427@roundup.psfhosted.org>
In-reply-to
Content
I think this issue is out of date. 

1. I replaced the import statement in the script by "from multiprocessing.connection import Connection" and it gave "AttributeError: 'Crash' object has no attribute 'bar'" rather than a segfault. 

2.  I can't find "ConnectionObject" in the current codebase.
History
Date User Action Args
2020-09-27 16:52:42iritkatrielsetrecipients: + iritkatriel, pitrou, Arfrever, neologix, superluser, davin
2020-09-27 16:52:42iritkatrielsetmessageid: <1601225562.06.0.28836101695.issue24427@roundup.psfhosted.org>
2020-09-27 16:52:42iritkatriellinkissue24427 messages
2020-09-27 16:52:41iritkatrielcreate