We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9d2fa commit 8f2e8e8Copy full SHA for 8f2e8e8
PC/pyconfig.h.in
@@ -753,8 +753,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
753
/* Define if libssl has X509_VERIFY_PARAM_set1_host and related function */
754
#define HAVE_X509_VERIFY_PARAM_SET1_HOST 1
755
756
-// Truncate the thread name to 64 characters. The OS limit is 32766 wide
757
-// characters, but long names aren't of practical use.
+// Truncate the thread name to 32766 characters.
758
#define _PYTHREAD_NAME_MAXLEN 32766
759
760
#endif /* !Py_CONFIG_H */
0 commit comments