Commit 8934bb0
authored
Use the "volatile" keyword to prevent tail call optimization
on any compiler, rather than relying on compiler specific pragma.
(cherry picked from commit 8b78796)
Co-authored-by: Victor Stinner <[email protected]>
(cherry picked from commit 5044c88)
Co-authored-by: Miss Islington (bot) <[email protected]>
1 parent 29d97d1 commit 8934bb0
File tree
2 files changed
+9
-10
lines changed- Misc/NEWS.d/next/Tests
- Modules
2 files changed
+9
-10
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1091 | 1091 | | |
1092 | 1092 | | |
1093 | 1093 | | |
1094 | | - | |
1095 | | - | |
1096 | | - | |
1097 | | - | |
1098 | | - | |
1099 | | - | |
1100 | | - | |
1101 | | - | |
| 1094 | + | |
1102 | 1095 | | |
1103 | 1096 | | |
1104 | | - | |
1105 | | - | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
1106 | 1102 | | |
1107 | 1103 | | |
1108 | 1104 | | |
| |||
0 commit comments