https://github.com/python/cpython/commit/134586aaf30d649c5d47857a70cb91135557a355
commit: 134586aaf30d649c5d47857a70cb91135557a355
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-10-07T19:15:05+01:00
summary:

[3.14] gh-137390: Add missing line continuation character in configure.ac 
(GH-137391) (#137394)

gh-137390: Add missing line continuation character in configure.ac (GH-137391)
(cherry picked from commit 001461a29235216eb9c8295c66c323fdd34a7d59)

Co-authored-by: markmcclain <[email protected]>
Co-authored-by: Erlend E. Aasland <[email protected]>

files:
M configure.ac

diff --git a/configure.ac b/configure.ac
index 8340319c7e63f2..9412e3614c4206 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5228,7 +5228,7 @@ AC_CHECK_FUNCS([ \
   posix_spawn_file_actions_addclosefrom_np \
   pread preadv preadv2 process_vm_readv \
   pthread_cond_timedwait_relative_np pthread_condattr_setclock pthread_init \
-  pthread_kill pthread_get_name_np pthread_getname_np pthread_set_name_np
+  pthread_kill pthread_get_name_np pthread_getname_np pthread_set_name_np \
   pthread_setname_np pthread_getattr_np \
   ptsname ptsname_r pwrite pwritev pwritev2 readlink readlinkat readv realpath 
renameat \
   rtpSpawn sched_get_priority_max sched_rr_get_interval sched_setaffinity \

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to