New submission from quindraco <rickweinber...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9718>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to