We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_PyWarnings_Init
1 parent c2db3b8 commit fc10a3dCopy full SHA for fc10a3d
src/validation.rs
@@ -1955,7 +1955,7 @@ fn validate_distribution(
1955
// For some strange reason _PyWarnings_Init is exported as part of the ABI before
1956
// Python 3.13.
1957
} else if name == "_warnings" {
1958
- matches!(python_major_minor, "3.9" | "3.10" | "3.11" | "3.12")
+ matches!(python_major_minor, "3.8" | "3.9" | "3.10" | "3.11" | "3.12")
1959
// Windows dynamic doesn't export extension module init functions.
1960
} else if triple.contains("-windows-") {
1961
false
0 commit comments