You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module-level import of asyncio.sslproto on PyPy 3.11 changed GC timing
and surfaced a pre-existing unclosed-socket ResourceWarning as a test
error. Use a module-level None sentinel instead and initialise it on
first use inside the function, which keeps the import lazy while still
capturing the true original SSLProtocol before any patching occurs.
0 commit comments