[New-bugs-announce] [issue33691] Refactor docstring handling code in the compiler

Serhiy Storchaka report at bugs.python.org
Wed May 30 01:34:34 EDT 2018


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

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.

----------
components: Interpreter Core
messages: 318155
nosy: benjamin.peterson, brett.cannon, inada.naoki, ncoghlan, serhiy.storchaka, yselivanov
priority: normal
severity: normal
status: open
title: Refactor docstring handling code in the compiler
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33691>
_______________________________________


More information about the New-bugs-announce mailing list