Change the vreg_name to index_id in BST_ImportName and BST_ImportFrom
This commit is a preperation of the commit which for add co_names field. BST_StoreName and some other nodes use `index_id` and InteredString to store variable name. But BST_ImportName use vreg and vreg_name. We can't get the module name inside code object in this way. So change it to the way which BST_StoreName used.
Showing
Please register or sign in to comment