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 jonathanmcdougall
Recipients Tom.Whittock, amaury.forgeotdarc, georg.brandl, gregory.p.smith, jonathanmcdougall, jwp, mutkuk, pitrou, vstinner
Date 2012-12-22.18:46:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356201992.99.0.259509366974.issue1195571@psf.upfronthosting.co.za>
In-reply-to
Content
The latest patch does not allow changing the default behaviour of
aborting the process, which is for me a problem. I am both embedding
and extending python using Boost.Python, but scripting is optional. In
case python fails to initialize, I want to disable scripting but keep
the program running.

Libraries shouldn't abort; they should report errors to the caller and
let it figure out what to do.
History
Date User Action Args
2012-12-22 18:46:34jonathanmcdougallsetrecipients: + jonathanmcdougall, georg.brandl, gregory.p.smith, amaury.forgeotdarc, pitrou, vstinner, mutkuk, jwp, Tom.Whittock
2012-12-22 18:46:32jonathanmcdougallsetmessageid: <1356201992.99.0.259509366974.issue1195571@psf.upfronthosting.co.za>
2012-12-22 18:46:32jonathanmcdougalllinkissue1195571 messages
2012-12-22 18:46:31jonathanmcdougallcreate