mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
fix for @decorators under a debug build.
This commit is contained in:
@@ -4025,6 +4025,7 @@ com_decorator_name(struct compiling *c, node *n)
|
||||
varname = CHILD(n, 0);
|
||||
REQ(varname, NAME);
|
||||
com_addop_varname(c, VAR_LOAD, STR(varname));
|
||||
com_push(c, 1);
|
||||
|
||||
for (i = 1; i < nch; i += 2) {
|
||||
node *attrname;
|
||||
|
||||
Reference in New Issue
Block a user