mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix some typos in comments (GH-32422)
This commit is contained in:
parent
6773203487
commit
f52d987abf
4 changed files with 4 additions and 4 deletions
|
@ -1470,7 +1470,7 @@ eval_frame_handle_pending(PyThreadState *tstate)
|
|||
#define TRACE_FUNCTION_UNWIND() \
|
||||
if (cframe.use_tracing) { \
|
||||
/* Since we are already unwinding, \
|
||||
* we dont't care if this raises */ \
|
||||
* we don't care if this raises */ \
|
||||
trace_function_exit(tstate, frame, NULL); \
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue