Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit feb8ef5

Browse filesBrowse files
Fix the error message.
1 parent d573053 commit feb8ef5
Copy full SHA for feb8ef5

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Include/pyport.h

Copy file name to clipboardExpand all lines: Include/pyport.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ extern char * _getpty(int *, int, mode_t, int);
666666
#ifdef WITH_THREAD
667667
# ifdef Py_BUILD_CORE
668668
# ifdef HAVE_THREAD_LOCAL
669-
# error "unexpectedly, HAVE_THREAD_LOCAL is already defined"
669+
# error "HAVE_THREAD_LOCAL is already defined"
670670
# endif
671671
# define HAVE_THREAD_LOCAL 1
672672
# ifdef thread_local

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.