[issue14903] dictobject infinite loop while importing socket

Daniel Farina report at bugs.python.org
Wed Sep 4 08:12:05 CEST 2013


Daniel Farina added the comment:

Attached.  The program's function is to take a base64 encoded string and arguments as input and then to materialize this program on disk and run it with its arguments.

Notably, this one contains no socket interaction at all, unlike the other examples, which narrows the cause quite a bit.  It is run via 'ssh'.  Like the other case, it's during module dictionary set-up.

----------
Added file: http://bugs.python.org/file31578/offender.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14903>
_______________________________________


More information about the Python-bugs-list mailing list