This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Document existing compiler flags under ast
Type: Stage: resolved
Components: Documentation Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: BTaskaya, docs@python, miss-islington, pablogsal
Priority: normal Keywords: patch

Created on 2020-05-03 14:09 by BTaskaya, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 19885 merged BTaskaya, 2020-05-03 14:12
PR 22758 merged miss-islington, 2020-10-19 01:14
Messages (3)
msg367972 - (view) Author: Batuhan Taskaya (BTaskaya) * (Python committer) Date: 2020-05-03 14:09
PyCF_ALLOW_TOP_LEVEL_AWAIT, PyCF_TYPE_COMMENTS and PyCF_ONLY_AST should be documented just like CO_ flags under inspect module.
msg378915 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2020-10-19 01:14
New changeset 155938907c2b3df71608ddeaa0a43d2ec1f2c699 by Batuhan Taskaya in branch 'master':
bpo-40484: Document compiler flags under AST module (GH-19885)
https://github.com/python/cpython/commit/155938907c2b3df71608ddeaa0a43d2ec1f2c699
msg378997 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2020-10-19 19:29
New changeset a358a0ad7140ee636ab2631cfee0f365a5dbd4ea by Miss Skeleton (bot) in branch '3.9':
bpo-40484: Document compiler flags under AST module (GH-19885) (GH-22758)
https://github.com/python/cpython/commit/a358a0ad7140ee636ab2631cfee0f365a5dbd4ea
History
Date User Action Args
2022-04-11 14:59:30adminsetgithub: 84664
2020-10-19 23:16:15pablogsalsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-10-19 19:29:42pablogsalsetmessages: + msg378997
2020-10-19 01:14:42miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request21723
2020-10-19 01:14:32pablogsalsetnosy: + pablogsal
messages: + msg378915
2020-05-03 14:12:41BTaskayasetkeywords: + patch
stage: patch review
pull_requests: + pull_request19196
2020-05-03 14:09:33BTaskayacreate