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

py: Don't allocate an extra parse node for power exponent.

Previous to this patch, the "**b" in "a**b" had its own parse node with
just one item (the "b").  Now, the "b" is just the last element of the
power parse-node.  This saves (a tiny bit of) RAM when compiling.
parent 52e062ef
Branches
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