Changes between Initial Version and Version 1 of Ticket #31961


Ignore:
Timestamp:
Aug 28, 2020, 1:03:26 PM (4 years ago)
Author:
Roy Smith
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31961 – Description

    initial v1  
    3838}}}
    3939
    40 This is the same sort of problem described in #26665 and/or #11390.  It's an obvious performance issue, but more than that, if can beak behavior if the callback is non-idempotent.
     40This is the same sort of problem described in #26665 and/or #11390.  It's an obvious performance issue, but more than that, it can beak behavior if the callback is non-idempotent.
    4141
    4242I discovered this because I had patched my callback using unttest.mock to return a sequence of return values and got hard-to-diagnose test failures.  Specifically, my test failed because it raised StopIteration when it ran out of values to return.
Back to Top