Changes by Daniel Neuhäuser :
--
nosy: +DasIch
___
Python tracker
<http://bugs.python.org/issue9867>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Daniel Neuhäuser :
--
nosy: +DasIch
___
Python tracker
<http://bugs.python.org/issue9253>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Daniel Neuhäuser :
Upon trying to create a proxy I stumbled upon this exception:
Traceback (most recent call last):
File "foo.py", line 11, in
p.__class__.__call__(p)
SystemError: PyEval_EvalCodeEx: NULL globals
Investigating further led me to this