mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
gh-138050: Use cold flag instead of warm flag in MAKE_WARM (GH-143827)
This commit is contained in:
+1
-1
@@ -5474,7 +5474,7 @@ dummy_func(
|
||||
}
|
||||
|
||||
tier2 op(_MAKE_WARM, (--)) {
|
||||
current_executor->vm_data.warm = true;
|
||||
current_executor->vm_data.cold = false;
|
||||
}
|
||||
|
||||
tier2 op(_FATAL_ERROR, (--)) {
|
||||
|
||||
Reference in New Issue
Block a user