Changes by nordaux :
--
nosy: +nordaux
___
Python tracker
<http://bugs.python.org/issue15578>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by nordaux :
--
title: Real Argc Argv in embeded interpreter -> Real Argc Argv in embedded
interpreter
___
Python tracker
<http://bugs.python.org/issu
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