Actions
Bug #21014
closedPrism doesn't set node_id on iseqs correctly
Bug #21014:
Prism doesn't set node_id on iseqs correctly
Description
Given this code:
Output on parse.y:
Output on Prism:
I don't expect node IDs on Prism to match parse.y, but I do expect the node id to be a legitimate node id. For example, this program should work:
Actions