Skip to content

Commit 455cfda

Browse files
committed
Fix stray newline change.
1 parent d353638 commit 455cfda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/internal/pycore_pystate.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ extern "C" {
1313
#include "pycore_tstate.h"
1414
#include "pycore_interp.h" // _PyInterpreterState_HasFeature
1515

16+
1617
// Values for PyThreadState.state. A thread must be in the "attached" state
1718
// before calling most Python APIs. If the GIL is enabled, then "attached"
1819
// implies that the thread holds the GIL and "detached" implies that the

0 commit comments

Comments
 (0)