Issue 33691: Refactor docstring handling code in the compiler (original) (raw)

Issue33691

Created on 2018-05-30 05:34 by serhiy.storchaka, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7236 merged serhiy.storchaka,2018-05-30 05:40
Messages (2)
msg318155 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-05-30 05:34
Similar non-trivial code is used in several places in the compiler for handling docstrings. The proposed PR adds a helper _PyAST_GetDocString() for reusing a code.
msg318159 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-05-30 07:56
New changeset 143ce5c6db77a0b9d451b8463dee6752358a9ea4 by Serhiy Storchaka in branch 'master': bpo-33691: Add _PyAST_GetDocString(). (GH-7236) https://github.com/python/cpython/commit/143ce5c6db77a0b9d451b8463dee6752358a9ea4
History
Date User Action Args
2022-04-11 14:59:01 admin set github: 77872
2018-05-30 07:57:00 serhiy.storchaka set status: open -> closedresolution: fixedstage: patch review -> resolved
2018-05-30 07:56:18 serhiy.storchaka set messages: +
2018-05-30 05:40:12 serhiy.storchaka set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest6866>
2018-05-30 05:34:34 serhiy.storchaka create