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.

Author serhiy.storchaka
Recipients benjamin.peterson, brett.cannon, methane, ncoghlan, serhiy.storchaka, yselivanov
Date 2018-05-30.05:34:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527658474.71.0.682650639539.issue33691@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-05-30 05:34:34serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, benjamin.peterson, methane, yselivanov
2018-05-30 05:34:34serhiy.storchakasetmessageid: <1527658474.71.0.682650639539.issue33691@psf.upfronthosting.co.za>
2018-05-30 05:34:34serhiy.storchakalinkissue33691 messages
2018-05-30 05:34:34serhiy.storchakacreate