Files
Telethon/telethon
Lonami Exo d02d0e2d5e Handle negative limits gracefully in async generators
We rely on >= 0 for setting the batch size to use (which must
be valid), so it makes sense to make negative limits equal 0.

This is similar to how asyncio.sleep(negative) sleeps 0 seconds,
despite the fact that time.sleep(negative) fails.
2019-02-27 13:01:04 +01:00
..
2018-12-24 14:16:50 +01:00
2019-02-07 06:55:34 +10:00
2019-02-25 18:23:39 +01:00
2019-02-02 11:36:38 +01:00