[issue9867] Interrupted system calls are not retried

2012-07-12 Thread Daniel Neuhäuser
Changes by Daniel Neuhäuser dasdas...@googlemail.com: -- nosy: +DasIch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9867 ___ ___ Python-bugs-list

[issue9253] argparse: optional subparsers

2012-02-18 Thread Daniel Neuhäuser
Changes by Daniel Neuhäuser dasdas...@googlemail.com: -- nosy: +DasIch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9253 ___ ___ Python-bugs-list

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

2011-01-16 Thread Daniel Neuhäuser
New submission from Daniel Neuhäuser dasdas...@googlemail.com: Upon trying to create a proxy I stumbled upon this exception: Traceback (most recent call last): File foo.py, line 11, in module p.__class__.__call__(p) SystemError: PyEval_EvalCodeEx: NULL globals Investigating further led