https://github.com/python/cpython/commit/d1ca001d357400d3f1f64e7fa48ace99a59c558f
commit: d1ca001d357400d3f1f64e7fa48ace99a59c558f
branch: main
author: Skip Montanaro <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-10-05T19:15:46+01:00
summary:
gh-127330: Comment correction in _ssl.c (#139603)
files:
M Modules/_ssl.c
diff --git a/Modules/_ssl.c b/Modules/_ssl.c
index 5d075fe942b205..e1bdc4033ba19b 100644
--- a/Modules/_ssl.c
+++ b/Modules/_ssl.c
@@ -148,7 +148,7 @@ static void _PySSLFixErrno(void) {
#endif
/* Include generated data (error codes) */
-/* See make_ssl_data.h for notes on adding a new version. */
+/* See Tools/ssl/make_ssl_data.py for notes on adding a new version. */
#if (OPENSSL_VERSION_NUMBER >= 0x30401000L)
#include "_ssl_data_35.h"
#elif (OPENSSL_VERSION_NUMBER >= 0x30100000L)
_______________________________________________
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]