mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-27 09:01:26 +08:00
resort _ast and ast modules (#11162)
The classes imported from the _ast module are defined in C, but set their __module__ to ast. This arrangement ensures that the type stubs have the same. related to https://github.com/python/typeshed/issues/3968 and the discussion in https://github.com/python/typeshed/issues/11141
This commit is contained in: