Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #3968 and the discussion in #11141
- Loading branch information