mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
Update ceval.cpp
This commit is contained in:
parent
e124f635c1
commit
0c46f21c19
@ -748,7 +748,7 @@ __NEXT_STEP:;
|
|||||||
if(is_non_tagged_type(_0, tp_function)){
|
if(is_non_tagged_type(_0, tp_function)){
|
||||||
PK_OBJ_GET(Function, _0)._class = _curr_class;
|
PK_OBJ_GET(Function, _0)._class = _curr_class;
|
||||||
}
|
}
|
||||||
TOP()->attr().set(_name, _0);
|
_curr_class->attr().set(_name, _0);
|
||||||
} DISPATCH();
|
} DISPATCH();
|
||||||
/*****************************************/
|
/*****************************************/
|
||||||
TARGET(WITH_ENTER)
|
TARGET(WITH_ENTER)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user