mirror of
https://github.com/python/cpython.git
synced 2026-01-22 07:08:40 +00:00
gh-138050: Use cold flag instead of warm flag in MAKE_WARM (GH-143827)
This commit is contained in:
parent
7e8a1b5061
commit
94dbce1397
5 changed files with 14 additions and 14 deletions
|
|
@ -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, (--)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue