https://github.com/python/cpython/commit/001461a29235216eb9c8295c66c323fdd34a7d59
commit: 001461a29235216eb9c8295c66c323fdd34a7d59
branch: main
author: markmcclain <markmccl...@users.noreply.github.com>
committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com>
date: 2025-08-04T23:08:26+01:00
summary:

gh-137390: Add missing line continuation character in configure.ac (#137391)

files:
M configure.ac

diff --git a/configure.ac b/configure.ac
index 29e36f217402f1..c526ba5a03d35c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5219,7 +5219,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 -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to