[issue15578] Crash when modifying sys.modules during import

2012-08-08 Thread nordaux
Changes by nordaux nord...@gmail.com: -- nosy: +nordaux ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15578 ___ ___ Python-bugs-list mailing list

[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 sets

[issue15577] Real Argc Argv in embedded interpreter

2012-08-07 Thread nordaux
Changes by nordaux nord...@gmail.com: -- title: Real Argc Argv in embeded interpreter - Real Argc Argv in embedded interpreter ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15577