New submission from Campbell Barton <ideasma...@gmail.com>:

Some parts of the python api expect __main__ module dictionary to be the 
namespace when executing a script, this is true when running a python script 
from the python binary but NOT true when running a compiled script from the 
C/API which can lead to bugs which are not easy to solve unless the C/API 
author knows this.

----------
assignee: d...@python
components: Documentation
files: doc_py3_main_mod.diff
keywords: patch
messages: 112706
nosy: d...@python, ideasman42
priority: normal
severity: normal
status: open
title: Python C/API Execution namespace undocumented. (patch included)
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file18357/doc_py3_main_mod.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9499>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to