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
rust: ban ___darwin_check_fd_set_overflow on Python 3.8
By changing the SDK in the previous commit, we stopped the introduction
of this symbol on Python 3.8. Since it causes problems for end users,
lets ban its use in the validator to ensure it doesn't slip back in
without notice.
We'll consider Python 3.9 separately.
0 commit comments