Skip to content

Commit

Permalink
Fix the error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed Apr 7, 2023
1 parent d573053 commit feb8ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/pyport.h
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ extern char * _getpty(int *, int, mode_t, int);
#ifdef WITH_THREAD
# ifdef Py_BUILD_CORE
# ifdef HAVE_THREAD_LOCAL
# error "unexpectedly, HAVE_THREAD_LOCAL is already defined"
# error "HAVE_THREAD_LOCAL is already defined"
# endif
# define HAVE_THREAD_LOCAL 1
# ifdef thread_local
Expand Down

0 comments on commit feb8ef5

Please sign in to comment.