fix typo and add benchmark code
This commit is contained in:
@@ -2287,7 +2287,7 @@ checkkeyword(object *obj)
|
||||
|
||||
builtin_t kname = builtin(obj->name);
|
||||
uint8_t context = getminmax(kname);
|
||||
if (context != 0 && context !e Context) {
|
||||
if (context != 0 && context != Context) {
|
||||
error(invalidkey, obj);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user