New submission from Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33691>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to