This commit is contained in:
blueloveTH 2023-06-17 13:19:31 +08:00
parent c889a33d51
commit ca5772086f
2 changed files with 1 additions and 3 deletions

View File

@ -445,7 +445,7 @@ __NEXT_STEP:;
_0 = call_method(TOP(), __contains__, SECOND()); _0 = call_method(TOP(), __contains__, SECOND());
} }
POP(); POP();
TOP() = VAR(static_cast<bool>(CAST(bool, _0) ^ byte.arg)); TOP() = VAR(static_cast<bool>((int)CAST(bool, _0) ^ byte.arg));
DISPATCH(); DISPATCH();
/*****************************************/ /*****************************************/
TARGET(JUMP_ABSOLUTE) TARGET(JUMP_ABSOLUTE)

View File

@ -141,6 +141,4 @@ public:
Container& data() { return vec; } Container& data() { return vec; }
}; };
// template <typename T>
// using pod_stack = stack<T, pod_vector<T>>;
} // namespace pkpy } // namespace pkpy