[issue9718] Python Interpreter Crash

quindraco report at bugs.python.org
Mon Aug 30 21:08:57 CEST 2010


New submission from quindraco <rickweinberger at gmail.com>:

I am attaching my stacktrace from using Python 2.6, but I get identical behaviour in 2.7.  I suspect that at least one of the underlying modules I'm using is broken, but the interpreter shouldn't crash just because an external module is broken, so I'm reporting the issue.  That's what's happening - I'm crashing the python interpreter.  Here's what I type to cause the issue; I'm not sure what more information is needed.

from django.test.client import Client
c = Client()
response = c.post(logindir, loginvars)
response = c.get(getdir)

----------
components: None
files: stacktrace.txt
messages: 115240
nosy: quindraco
priority: normal
severity: normal
status: open
title: Python Interpreter Crash
type: crash
versions: Python 2.6, Python 2.7
Added file: http://bugs.python.org/file18684/stacktrace.txt

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


More information about the Python-bugs-list mailing list