[Python-Dev] Strange behaviour with PyEval_EvalCode

2007-05-20 Thread Joe Eagar
[I'm re-sending this message cause it might've gotten lost; sorry if it ends up posting twice] Hi I'm getting extremely odd behavior. First of all, why isn't PyEval_EvalCode documented anywhere? Anyway, I'm working on blender's python integration (it embeds python, as opposed to python embedding

[Python-Dev] Strange behaviour with PyEval_EvalCode

2007-05-20 Thread Joe Eagar
Hi I'm getting extremely odd behavior. First of all, why isn't PyEval_EvalCode documented anywhere? Anyway, I'm working on blender's python integration (it embeds python, as opposed to python embedding it). I have a function that executes a string buffer of python code, fetches a function f

[Python-Dev] Strange behaviour with PyEval_EvalCode

2007-05-20 Thread Joe Eagar
[I'm re-sending this message cause it might've gotten lost; sorry if it ends up posting twice] Hi I'm getting extremely odd behavior. First of all, why isn't PyEval_EvalCode documented anywhere? Anyway, I'm working on blender's python integration (it embeds python, as opposed to python embedding

Re: [Python-Dev] Strange behaviour with PyEval_EvalCode

2007-05-13 Thread Joe Eagar
Joe Eagar wrote: > Hi I'm getting extremely odd behavior. First of all, why isn't > PyEval_EvalCode documented anywhere? Anyway, I'm working on blender's > python integration (it embeds python, as opposed to python embedding > it). I have a function that executes a string buffer of python code,

[Python-Dev] Strange behaviour with PyEval_EvalCode

2007-05-13 Thread Joe Eagar
Hi I'm getting extremely odd behavior. First of all, why isn't PyEval_EvalCode documented anywhere? Anyway, I'm working on blender's python integration (it embeds python, as opposed to python embedding it). I have a function that executes a string buffer of python code, fetches a function from

Re: [Python-Dev] Strange behaviour with PyEval_EvalCode

2007-05-13 Thread Terry Reedy
"Joe Eagar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | why isn't PyEval_EvalCode documented anywhere? Most likely just overlooked and never reported. See Appendix A of the Python/C API http://docs.python.org/api/reporting-bugs.html If you make a report, please provide a l

Re: [Python-Dev] Strange behaviour with PyEval_EvalCode

2007-05-13 Thread Aahz
On Sun, May 13, 2007, Joe Eagar wrote: > > Hi I'm getting extremely odd behavior. First of all, why isn't > PyEval_EvalCode documented anywhere? Anyway, I'm working on blender's > python integration (it embeds python, as opposed to python embedding > it). I have a function that executes a strin

[Python-Dev] Strange behaviour with PyEval_EvalCode

2007-05-13 Thread Joe Eagar
Hi I'm getting extremely odd behavior. First of all, why isn't PyEval_EvalCode documented anywhere? Anyway, I'm working on blender's python integration (it embeds python, as opposed to python embedding it). I have a function that executes a string buffer of python code, fetches a function from