mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-01 17:32:25 +00:00
Regenerate sys.rs with stdlibs==2024.5.15 (#11437)
## Summary Now that 3.13.0 b1 is out some of the stdlib modules have changed names. ## Test Plan Wait for CI to run, expected to be pretty safe.
This commit is contained in:
parent
7ac9cabbff
commit
d05347cfcb
1 changed files with 9 additions and 3 deletions
|
@ -552,23 +552,29 @@ pub fn is_known_standard_library(minor_version: u8, module: &str) -> bool {
|
||||||
| "__hello_only__"
|
| "__hello_only__"
|
||||||
| "__phello_alias__"
|
| "__phello_alias__"
|
||||||
| "_aix_support"
|
| "_aix_support"
|
||||||
|
| "_android_support"
|
||||||
|
| "_colorize"
|
||||||
|
| "_interpchannels"
|
||||||
|
| "_interpqueues"
|
||||||
|
| "_interpreters"
|
||||||
|
| "_ios_support"
|
||||||
| "_opcode_metadata"
|
| "_opcode_metadata"
|
||||||
| "_posixshmem"
|
| "_posixshmem"
|
||||||
| "_pydatetime"
|
| "_pydatetime"
|
||||||
| "_pylong"
|
| "_pylong"
|
||||||
|
| "_pyrepl"
|
||||||
| "_sha2"
|
| "_sha2"
|
||||||
| "_statistics"
|
| "_statistics"
|
||||||
| "_suggestions"
|
| "_suggestions"
|
||||||
| "_sysconfig"
|
| "_sysconfig"
|
||||||
| "_testclinic"
|
| "_testclinic"
|
||||||
| "_testclinic_limited"
|
| "_testclinic_limited"
|
||||||
|
| "_testexternalinspection"
|
||||||
| "_testinternalcapi"
|
| "_testinternalcapi"
|
||||||
|
| "_testlimitedcapi"
|
||||||
| "_testsinglephase"
|
| "_testsinglephase"
|
||||||
| "_tokenize"
|
| "_tokenize"
|
||||||
| "_typing"
|
| "_typing"
|
||||||
| "_xxinterpchannels"
|
|
||||||
| "_xxinterpqueues"
|
|
||||||
| "_xxsubinterpreters"
|
|
||||||
| "_zoneinfo"
|
| "_zoneinfo"
|
||||||
| "graphlib"
|
| "graphlib"
|
||||||
| "tomllib"
|
| "tomllib"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue