mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
17 lines
392 B
ReStructuredText
17 lines
392 B
ReStructuredText
![]() |
**Added:** None
|
||
|
|
||
|
**Changed:** None
|
||
|
|
||
|
**Deprecated:** None
|
||
|
|
||
|
**Removed:** None
|
||
|
|
||
|
**Fixed:**
|
||
|
|
||
|
* Context senstitive AST transformer was not adding argument names to the
|
||
|
local scope. This would then enable extraneous subprocess mode wrapping
|
||
|
for expressions whose leftmost name was function argument. This has been
|
||
|
fixed by properly adding the argument names to the scope.
|
||
|
|
||
|
**Security:** None
|