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 irmen
Recipients eric.smith, irmen, methane, pwp333, vstinner
Date 2016-11-23.19:00:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479927653.06.0.420000520711.issue28673@psf.upfronthosting.co.za>
In-reply-to
Content
Due to lack of example code to reproduce the issue, and because I'm mildly interested in this bug because it mentions Pyro4 (because I'm the author of that) I've tried to crash my system myself using Pyro4 and a simple torture test but it trucked on just fine. 
Pyro4 is not doing any "strange" things as far as I am aware. It does have its own (simple) thread pool of regular Python threads that are handling incoming proxy connections.
(Had Pyro4 been doing weird things I suppose Python itself still should never core dump on the user but rather raise a regular exception if something was wrong)
History
Date User Action Args
2016-11-23 19:00:53irmensetrecipients: + irmen, vstinner, eric.smith, methane, pwp333
2016-11-23 19:00:53irmensetmessageid: <1479927653.06.0.420000520711.issue28673@psf.upfronthosting.co.za>
2016-11-23 19:00:53irmenlinkissue28673 messages
2016-11-23 19:00:52irmencreate