#13396 closed (fixed)
SQLite relationship introspector fails under PyPy
| Reported by: | Alex Gaynor | Owned by: | nobody | 
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev | 
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
Since it leaves an unconsumed cursor, luckily there's a solution!
Attachments (1)
Change History (4)
by , 16 years ago
| Attachment: | django-pypy.diff added | 
|---|
comment:1 by , 16 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
comment:2 by , 16 years ago
  Note:
 See   TracTickets
 for help on using tickets.
    
(In [13016]) Fixed #13396 -- Modified the SQLite introspection code to avoid a problem with unconsumed cursors on PyPy. Thanks to Alex Gaynor for the report and fix.