#29297: Exception ignored in: <generator object
SQLCompiler.setup_query.<locals>.<genexpr> at 0x111aafe08>
-------------------------------------+-------------------------------------
     Reporter:  kingctan             |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  2.0
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  needsinfo
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Simon Charette):

 * status:  new => closed
 * resolution:   => needsinfo


Comment:

 Hello Shaheed,

 Unfortunately I'm afraid there isn't much we can do as nothing seems to
 indicate Django is the culprit. We'd need a simplified and reproducible
 test case to figure out whether or not it's something that should be fixed
 in Django and not in order of the many libraries your are using.

 Errors like `SystemError('error return without exception set')` are
 usually raised when an issue happens internally in C land (CPython, C
 library interfaced with Python bindings) which support the thesis that it
 has little to do with Django.

 From the `SystemError`'s
 
[https://docs.python.org/3/library/exceptions.html?highlight=systemerror#SystemError
 documentation]

 > Raised when the interpreter finds an internal error, but the situation
 does not look so serious to cause it to abandon all hope. The associated
 value is a string indicating what went wrong (in low-level terms).
 >
 > You should report this to the author or maintainer of your Python
 interpreter. Be sure to report the version of the Python interpreter
 (sys.version; it is also printed at the start of an interactive Python
 session), the exact error message (the exception’s associated value) and
 if possible the source of the program that triggered the error.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29297#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.fc5fe26dcb38b96ff9dc65af0bdb8dcb%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to