Antoine Pitrou <[email protected]> added the comment:
To be clear, this probably doesn't have any actual consequence, since the right number of threads is launched anyway (at least in the example). But it's probably worth making the implementation less quirky (also, the semaphore's internal counter *might* overflow at some point?). ---------- components: +Library (Lib) -asyncio nosy: +pitrou _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue44188> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
