Python Forum
incremental testing in all()
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
incremental testing in all()
#6
The C code proves that it returns early. Note that the macro Py_RETURN_FALSE used at line 26 above is defined in Include/boolobject.h

#define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False
Reply


Messages In This Thread
incremental testing in all() - by Skaperen - Aug-15-2019, 11:47 PM
RE: incremental testing in all() - by Skaperen - Aug-17-2019, 04:15 AM
RE: incremental testing in all() - by buran - Aug-17-2019, 06:01 AM
RE: incremental testing in all() - by Skaperen - Aug-18-2019, 07:10 PM
RE: incremental testing in all() - by perfringo - Aug-17-2019, 07:12 AM
RE: incremental testing in all() - by Gribouillis - Aug-17-2019, 07:36 AM
RE: incremental testing in all() - by buran - Aug-18-2019, 07:25 PM
RE: incremental testing in all() - by Skaperen - Aug-18-2019, 07:59 PM
RE: incremental testing in all() - by DeaD_EyE - Aug-18-2019, 11:36 PM
RE: incremental testing in all() - by Skaperen - Aug-19-2019, 06:18 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020