Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitaabab76

Browse files
authored
gh-131268: Adjust _PYTHREAD_NAME_MAXLEN on BSD (#131345)
Adjust _PYTHREAD_NAME_MAXLEN constant on FreeBSD and NetBSD.Initial patch by Xavier G.
1 parentb2ed7a6 commitaabab76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎configure

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7559,10 +7559,10 @@ _RESTORE_VAR([CPPFLAGS])
75597559
case "$ac_sys_system" in
75607560
Linux*) _PYTHREAD_NAME_MAXLEN=15;;# Linux and Android
75617561
SunOS*) _PYTHREAD_NAME_MAXLEN=31;;
7562-
NetBSD*) _PYTHREAD_NAME_MAXLEN=31;;
7562+
NetBSD*) _PYTHREAD_NAME_MAXLEN=15;;# gh-131268
75637563
Darwin) _PYTHREAD_NAME_MAXLEN=63;;
75647564
iOS) _PYTHREAD_NAME_MAXLEN=63;;
7565-
FreeBSD*) _PYTHREAD_NAME_MAXLEN=98;;
7565+
FreeBSD*) _PYTHREAD_NAME_MAXLEN=19;;# gh-131268
75667566
*) _PYTHREAD_NAME_MAXLEN=;;
75677567
esac
75687568
if test -n "$_PYTHREAD_NAME_MAXLEN"; then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp