Skip to content
Snippets Groups Projects
Commit 6d310a55 authored by Damien George's avatar Damien George
Browse files

py/parse: Only replace constants that are standalone identifiers.

This fixes constant substitution so that only standalone identifiers are
replaced with their constant value (if they have one).  I.e. don't
replace NAME in expressions like obj.NAME or NAME = expr.
parent eeb9d993
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment