rcarriga / vim-ultest

The ultimate testing plugin for (Neo)Vim
MIT License
385 stars 15 forks source link

Remove loop parameter from Semaphore in Python 3.8+ #74

Closed HiPhish closed 3 years ago

HiPhish commented 3 years ago

The loop paramater of the Semaphore constructor is deprecated since Python 3.8 and removed in 3.10.

See https://docs.python.org/3.8/library/asyncio-sync.html#semaphore and https://docs.python.org/3.10/library/asyncio-sync.html#semaphore

rcarriga commented 3 years ago

Hey thanks for the PR! :smile: Just a minor comment