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
Stdlib on 3.11, as a result of the recent int-str CVE patch:
error: sys.get_int_max_str_digits is not present in stub
Stub:
MISSING
Runtime:
<built-in function get_int_max_str_digits>
error: sys.set_int_max_str_digits is not present in stub
Stub:
MISSING
Runtime:
<built-in function set_int_max_str_digits>
Stubtest runs are listed here: https://github.com/python/typeshed/actions/workflows/daily.yml
The text was updated successfully, but these errors were encountered: