[issue14903] dictobject infinite loop while importing socket

2013-09-04 Thread Daniel Farina
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

[issue14903] dictobject infinite loop while importing socket

2013-09-03 Thread Daniel Farina
Daniel Farina added the comment: I've confirmed this in a non-gevent program (actually a very trivial one, I can include the source if anyone asks), in 'initposix'. This is on a quiet system, so OOM is not a very likely explanation. Perhaps signal handling? #0 0x0054662d in ?? ()

[issue14903] dictobject infinite loop while importing socket

2013-09-03 Thread Alex Gaynor
Alex Gaynor added the comment: If you could supply the source that'd be great. -- nosy: +alex ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14903 ___

[issue14903] dictobject infinite loop while importing socket

2013-06-21 Thread Daniel Farina
Changes by Daniel Farina dan...@heroku.com: -- title: dictobject infinite loop - dictobject infinite loop while importing socket ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14903 ___