[issue38113] Make ast module PEP-384 compatible

2019-09-11 Thread Dino Viehland
Change by Dino Viehland : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38113] Make ast module PEP-384 compatible

2019-09-11 Thread Dino Viehland
Change by Dino Viehland : -- keywords: +patch pull_requests: +15592 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15957 ___ Python tracker ___

[issue38113] Make ast module PEP-384 compatible

2019-09-11 Thread Dino Viehland
New submission from Dino Viehland : Remove various static state from the ast module and make it PEP-384 compatible. This will help make it be more compatible w/ subinterpreters and make it re-usable by 3rd party implementations. -- assignee: dino.viehland components: Extension