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 abe
Recipients abe, loewis
Date 2008-08-13.09:03:52
SpamBayes Score 0.00032965888
Marked as misclassified No
Message-id <1218618236.1.0.361974911863.issue3545@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, we could do that. However, my concerns are:

1) We cannot be the only Python user that experience this issue? I 
would prefer one of these solutions (in this order):
 a) A parameter to Py_Initialize (structure) that controls its 
behaviour.
 b) A #define in pyconfig.h controls whether this should be done or not.
However, since I am not a Python developer myself, I cannot judge how 
much this would affect other things. I also realize that this involves 
some work and that it has very low priority.
2) We have to remember to do this change every time we upgrade to a 
newer version of Python. In earlier releases of Python where 
PyImport_AppendInittab did not exist, we had to do changes to the 
Python code every time we upgraded which was a hazzle. This is why I 
prefer the current workaround we are using where we reset the CRT 
report mode after Py_Initialize().
Your efforts are much appreciated and I realize that the current 
workaround we are using will probably be the final solution.
History
Date User Action Args
2008-08-13 09:03:56abesetrecipients: + abe, loewis
2008-08-13 09:03:56abesetmessageid: <1218618236.1.0.361974911863.issue3545@psf.upfronthosting.co.za>
2008-08-13 09:03:54abelinkissue3545 messages
2008-08-13 09:03:52abecreate