#14075: ManyToMany relationships create circular references
---------------------------------------------------+------------------------
          Reporter:  candrea                       |         Owner:  nobody
            Status:  closed                        |     Milestone:        
         Component:  Database layer (models, ORM)  |       Version:  1.2   
        Resolution:  wontfix                       |      Keywords:        
             Stage:  Unreviewed                    |     Has_patch:  0     
        Needs_docs:  0                             |   Needs_tests:  0     
Needs_better_patch:  0                             |  
---------------------------------------------------+------------------------
Changes (by mariarchi):

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

Comment:

 Pardon me if I wrong, but disabling garbage collector in a language like
 python seems like a horrible horrible idea to me, because django internals
 rely on functioning GC. It does not increase performance, it leaks memory.
 Python GC uses reference counting and can catch circular references, so it
 doesn't seem like a problem to me.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14075#comment:3>
Django <http://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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to