dabeaz / curio

Good Curio!
Other
4.04k stars 244 forks source link

Add support for Python 3.12 #363

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

Fixes https://github.com/dabeaz/curio/issues/361 following @carlwgeorge's suggestions.

carlwgeorge commented 1 year ago

There is one more instance of _ssl.wrap_socket that needs to be renamed to _ssl.SSLContext.wrap_socket on line 35 of curio/ssl.py.

hugovk commented 1 year ago

Thanks, updated!