[Python-Dev] Windows registry path not ignored with Py_IgnoreEnvironmentFlag set

2010-06-02 Thread Farshid Lashkari
Hello, I noticed that if Py_IgnoreEnvironmentFlag is enabled, the Windows registry is still used to initialize sys.path during startup. Is this an oversight or intentional? I assumed one of the intentions of this flag is to prevent embedded Python interpreters from being affected by other Python

Re: [Python-Dev] tp_dealloc

2010-06-02 Thread Nick Coghlan
On 01/06/10 22:21, sm...@gmx.net wrote: This said, there may be a bug somewhere, but what do you want us to look at? Do you have a case that we could reproduce and investigate? -- Amaury Forgeot d'Arc Thank you, I'm not a C-Developer, but still I have one more detail: I call py_decRef( pyObj)