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
As far as I can tell by reading the code, it's only ever valid to give an integer or None. This matches the (correct) typeshed annotations for HTTPConnection and versions before Python 3.12. The problem seems to be specific to HTTPSConnection and Python 3.12.
This was introduced in #10392.
As far as I can tell by reading the code, it's only ever valid to give an integer or
None. This matches the (correct) typeshed annotations forHTTPConnectionand versions before Python 3.12. The problem seems to be specific toHTTPSConnectionand Python 3.12.