#8020: python process crashes when using sitemaps after [8088]
----------------------------------------+-----------------------------------
          Reporter:  Boo                |         Owner:  nobody  
            Status:  reopened           |     Milestone:  1.0 beta
         Component:  Contrib apps       |       Version:  SVN     
        Resolution:                     |      Keywords:  sitemap 
             Stage:  Ready for checkin  |     Has_patch:  1       
        Needs_docs:  0                  |   Needs_tests:  0       
Needs_better_patch:  0                  |  
----------------------------------------+-----------------------------------
Changes (by hvendelbo):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 This change recurses for me on Mac OSX, I don't understand why it wouldn't
 infinitely recurse on all platforms???

 Is it because I changed the Sitemap class to a new-style class?

 get_urls gets the paginator entering _get_paginator
 It already has the property paginator, so
 it returns the property paginator which triggers a call to _get_paginator
 as it already has ....

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8020#comment:10>
Django Code <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