mirror of
https://github.com/python/cpython.git
synced 2025-11-27 13:45:25 +00:00
Issue #18874: Fix typo
This commit is contained in:
parent
2ead3d2448
commit
4dc74204c1
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ tracemalloc_get_frame(PyFrameObject *pyframe, frame_t *frame)
|
||||||
code = pyframe->f_code;
|
code = pyframe->f_code;
|
||||||
if (code == NULL) {
|
if (code == NULL) {
|
||||||
#ifdef TRACE_DEBUG
|
#ifdef TRACE_DEBUG
|
||||||
tracemalloc_error("failed to get the code object of the a frame");
|
tracemalloc_error("failed to get the code object of the frame");
|
||||||
#endif
|
#endif
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue