#19642: django.utils.functional.lazy issues
----------------------------------+--------------------------------------
     Reporter:  void              |                    Owner:  nobody
         Type:  Bug               |                   Status:  closed
    Component:  Core (Other)      |                  Version:  master
     Severity:  Normal            |               Resolution:  wontfix
     Keywords:  lazy, functional  |             Triage Stage:  Unreviewed
    Has patch:  0                 |      Needs documentation:  0
  Needs tests:  0                 |  Patch needs improvement:  0
Easy pickings:  0                 |                    UI/UX:  0
----------------------------------+--------------------------------------
Changes (by akaariai):

 * status:  new => closed
 * needs_docs:   => 0
 * resolution:   => wontfix
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 My understanding is that lazy() will just defer the call of the given
 callable until it is accessed. The idea is to not work as a proxy for an
 object. So, for that reason marking as wontfix.

 If some of the issues are seen as problems in "defer call to method"
 definition of lazy (the `__mod__` issue?), then reopen...

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19642#comment:1>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to