Antoine Pitrou <[email protected]> added the comment: Why do you want Condition to work with a Semaphore? What would be achieved?
A Semaphore is not a lock, it's an other kind of concurrency primitive. I don't think there's any point in detailing it any futrher. ---------- nosy: +pitrou, tim.peters _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue31977> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
