Skip to content

Commit 3811f6f

Browse files
sync with cpython 77f59bf6
1 parent af3e0c9 commit 3811f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

howto/perf_profiling.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-10-11 17:13+0000\n"
11+
"POT-Creation-Date: 2023-11-16 00:03+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -79,7 +79,7 @@ msgstr ""
7979
#: ../../howto/perf_profiling.rst:100
8080
msgid ""
8181
"As you can see, the Python functions are not shown in the output, only "
82-
"``_Py_Eval_EvalFrameDefault`` (the function that evaluates the Python "
82+
"``_PyEval_EvalFrameDefault`` (the function that evaluates the Python "
8383
"bytecode) shows up. Unfortunately that's not very useful because all Python "
8484
"functions use the same C function to evaluate bytecode so we cannot know "
8585
"which Python function corresponds to which bytecode-evaluating function."

0 commit comments

Comments
 (0)