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 neologix
Recipients eric.araujo, neologix, pitrou, r.david.murray, telmich
Date 2012-03-20.11:46:33
SpamBayes Score 5.5151994e-12
Marked as misclassified No
Message-id <CAH_1eM2tn4Fjfzsikg=XbOhoZs4Dw0se6TTRNX7cH_sdYb2ftg@mail.gmail.com>
In-reply-to <CAH_1eM2V0Uuh5UrW21m7OG_rN3_MmmPbzJzc_CZ_iWcJtxUeAQ@mail.gmail.com>
Content
> Or we could change Py_InitializeEx() to setup the signal handlers
> after having imported the site module:

Note that I don't really like this solution, because it's better to
setup handlers for fatal signals (SIGPIPE, SIGXF...) before executing
arbitrary Python code (site).
History
Date User Action Args
2012-03-20 11:46:33neologixsetrecipients: + neologix, pitrou, eric.araujo, r.david.murray, telmich
2012-03-20 11:46:33neologixlinkissue14228 messages
2012-03-20 11:46:33neologixcreate