[issue1327] Python 2.4+ spends too much time in PyEval_EvalFrame w/ xmlrpmclib

Fredrik Lundh report at bugs.python.org
Wed Jan 16 01:05:03 CET 2008


Fredrik Lundh added the comment:

Can you switch on verbose mode in xmlrpclib, so you can see *where* the
transfer hangs?

Arguing that a hanging Python program must be caused by a bug in the
code that *executes* the Python program isn't that meaningful, really. 
After all, that code is used to run *all* Python programs, so I think
we'd noticed if it had a tendency to hang unexpectedly...

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1327>
__________________________________


More information about the Python-bugs-list mailing list