dabeaz / curio

Good Curio!
Other
4.01k stars 240 forks source link

Add support for Python 3.12 #363

Closed hugovk closed 9 months ago

hugovk commented 10 months ago

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

carlwgeorge commented 10 months 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 10 months ago

Thanks, updated!