mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
448d7b96c1
Add '+' alternatives to signed_number and signed_real_number grammar rules, mirroring how unary minus is already handled for pattern matching. Unary plus is a no-op on numbers so the value is returned directly without wrapping in a UnaryOp node.