Skip to content

Commit 9778db1

Browse files
authored
gh-149879: Set thread name max length on Cygwin (#149890)
This change fix test_threading on Cygwin.
1 parent c92588e commit 9778db1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

configure

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7850,6 +7850,7 @@ case "$ac_sys_system" in
78507850
iOS) _PYTHREAD_NAME_MAXLEN=63;;
78517851
FreeBSD*) _PYTHREAD_NAME_MAXLEN=19;; # gh-131268
78527852
OpenBSD*) _PYTHREAD_NAME_MAXLEN=23;; # gh-131268
7853+
CYGWIN*) _PYTHREAD_NAME_MAXLEN=16;;
78537854
*) _PYTHREAD_NAME_MAXLEN=;;
78547855
esac
78557856
if test -n "$_PYTHREAD_NAME_MAXLEN"; then

0 commit comments

Comments
 (0)