mirror of
https://github.com/python/cpython.git
synced 2025-08-22 01:35:16 +00:00
gh-118518: Rename PYTHONPERFJITSUPPORT
and -X perfjit
with underscores (#118693)
This commit is contained in:
parent
48e52fe2c9
commit
04859228aa
8 changed files with 20 additions and 20 deletions
|
@ -2294,7 +2294,7 @@ sys_activate_stack_trampoline_impl(PyObject *module, const char *backend)
|
|||
return NULL;
|
||||
}
|
||||
}
|
||||
else if (strcmp(backend, "perfjit") == 0) {
|
||||
else if (strcmp(backend, "perf_jit") == 0) {
|
||||
_PyPerf_Callbacks cur_cb;
|
||||
_PyPerfTrampoline_GetCallbacks(&cur_cb);
|
||||
if (cur_cb.write_state != _Py_perfmap_jit_callbacks.write_state) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue