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 BTaskaya
Recipients BTaskaya, Tal Ben-Nun, pablogsal
Date 2020-01-27.13:47:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580132875.37.0.832799567253.issue39463@roundup.psfhosted.org>
In-reply-to
Content
> Maybe we need to clarify to the docs of 'unparse' that the AST object needs to be valid.

As I stated earlier, constant tuple like things are valid but don't fit on description. Maybe we should only offically allow things that can be generated by ast.parse? We can still implement support for constant tuples etc but we shouldnt have to check malformed ast.
History
Date User Action Args
2020-01-27 13:47:55BTaskayasetrecipients: + BTaskaya, pablogsal, Tal Ben-Nun
2020-01-27 13:47:55BTaskayasetmessageid: <1580132875.37.0.832799567253.issue39463@roundup.psfhosted.org>
2020-01-27 13:47:55BTaskayalinkissue39463 messages
2020-01-27 13:47:55BTaskayacreate