bpo-38396: dump(node) instead of repr(node) on ast.literal_eval by isidentical · Pull Request #16620 · python/cpython

Conversation

vstinner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please try to write a test?

@isidentical

bpo-38396 resolved as duplicate of bpo-32888 and #340 is about fixing it. It has a slightly different approach but resolves the same problem so I think this PR can be closed.

@vstinner

Labels