[issue15578] Crash when modifying sys.modules during import

2012-08-08 Thread nordaux
Changes by nordaux : -- nosy: +nordaux ___ Python tracker <http://bugs.python.org/issue15578> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue15577] Real Argc Argv in embedded interpreter

2012-08-07 Thread nordaux
Changes by nordaux : -- title: Real Argc Argv in embeded interpreter -> Real Argc Argv in embedded interpreter ___ Python tracker <http://bugs.python.org/issu

[issue15577] Real Argc Argv in embeded interpreter

2012-08-07 Thread nordaux
New submission from nordaux: I have found out certain peculiarity of interpreter in case it is embedded. There is no way to reference to the real parameters argv, argc of main process from embedded python's C extensions. When python is not embedded, it is task of function Py_Main, which