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.

classification
Title: Add Py_InitializeEx to allow embedding without signals.
Type: Stage:
Components: Interpreter Core Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: dmw, loewis
Priority: normal Keywords: patch

Created on 2004-02-19 22:50 by dmw, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Py_InitializeEx.diff dmw, 2004-02-19 22:50 Py_InitializeEx.diff
Messages (2)
msg45396 - (view) Author: Dave Wilson (dmw) Date: 2004-02-19 22:50
Here is a patch to allow initialization of Python
without installing the signal handlers. This is useful
in some/many situations.
msg45397 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-08-19 11:32
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as

init.tex 1.20
pythonrun.h 2.64
NEWS 1.1105
pythonrun.c 2.208
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39956
2004-02-19 22:50:44dmwcreate