Message119528
Prototype (in Python) of argvb.py. Try it with: ./python -i argvb.py.
It's not possible to create sys.argvb in Python in a module loaded by Py_Initialize(), because sys.argv is created after Py_Initialize(). |
|
| Date |
User |
Action |
Args |
| 2010-10-24 20:36:45 | vstinner | set | recipients:
+ vstinner, lemburg, loewis, amaury.forgeotdarc, ezio.melotti, Arfrever |
| 2010-10-24 20:36:45 | vstinner | set | messageid: <[email protected]> |
| 2010-10-24 20:35:57 | vstinner | link | issue8776 messages |
| 2010-10-24 20:35:57 | vstinner | create | |
|