[issue9867] Interrupted system calls are not retried

2012-07-12 Thread Daniel Neuhäuser
Changes by Daniel Neuhäuser : -- nosy: +DasIch ___ Python tracker <http://bugs.python.org/issue9867> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9253] argparse: optional subparsers

2012-02-18 Thread Daniel Neuhäuser
Changes by Daniel Neuhäuser : -- nosy: +DasIch ___ Python tracker <http://bugs.python.org/issue9253> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10922] Unexpected exception when calling function_proxy.__class__.__call__(function_proxy)

2011-01-16 Thread Daniel Neuhäuser
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