Skip to content

Commit ad15aaf

Browse files
committed
Address code review
1 parent b175416 commit ad15aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/pystate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,7 @@ new_threadstate(PyInterpreterState *interp, int whence)
15371537
#endif
15381538

15391539
#ifdef _Py_TIER2
1540-
// Ensure the buffer is to be set as NULL for MSVC
1540+
// Ensure the buffer is to be set as NULL.
15411541
tstate->jit_uop_buffer = NULL;
15421542
#endif
15431543

0 commit comments

Comments
 (0)