Skip to content

Commit 8f2e8e8

Browse files
committed
Update the Windows comment
1 parent de9d2fa commit 8f2e8e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PC/pyconfig.h.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
753753
/* Define if libssl has X509_VERIFY_PARAM_set1_host and related function */
754754
#define HAVE_X509_VERIFY_PARAM_SET1_HOST 1
755755

756-
// Truncate the thread name to 64 characters. The OS limit is 32766 wide
757-
// characters, but long names aren't of practical use.
756+
// Truncate the thread name to 32766 characters.
758757
#define _PYTHREAD_NAME_MAXLEN 32766
759758

760759
#endif /* !Py_CONFIG_H */

0 commit comments

Comments
 (0)