#32508: Raise proper exceptions instead of using "assert".
--------------------------------------+------------------------------------
     Reporter:  Adam Johnson          |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  Core (Other)          |                  Version:  dev
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by Adam Johnson):

 > It sort of misses the point of Python IMO...

 Sure, but that doesn't stop someone seeing their code is slow, trying it,
 and leaving it in place.

 >  Maybe a system check for DRF is a good idea…

 If a system check is a good idea on DRF I don't see why it wouldn't be a
 good idea in Django itself. Putting it in DRF it would effectively force
 79.5%* of the ecosystem to not use `-O`, so we'd be most of the way. Even
 if django itself stops using `assert` there's an unknown amount of code in
 third party libraries etc. using it.

 *2020 survey stat

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32508#comment:12>
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.a832f05ff7a6862b54e269d02969163e%40djangoproject.com.

Reply via email to