summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-09-25 08:20:53 (GMT)
committerGitHub <noreply@github.com>2022-09-25 08:20:53 (GMT)
commit437032e313e6fa63732194eeb983ece51de966f7 (patch)
tree07c198a579349ffbef96c90fceef88e225c8685a /Include
parenta7a7da4acfb0cb33b7d67eea695f2612f38f477f (diff)
downloadcpython-437032e313e6fa63732194eeb983ece51de966f7.zip
cpython-437032e313e6fa63732194eeb983ece51de966f7.tar.gz
cpython-437032e313e6fa63732194eeb983ece51de966f7.tar.bz2
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
(cherry picked from commit db39050396a104c73d0da473a2f00a62f9dfdfaa) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Include')
-rw-r--r--Include/dynamic_annotations.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/dynamic_annotations.h b/Include/dynamic_annotations.h
index 0bd1a83..4d4def9 100644
--- a/Include/dynamic_annotations.h
+++ b/Include/dynamic_annotations.h
@@ -44,7 +44,7 @@
Actual implementation of these macros may differ depending on the
dynamic analysis tool being used.
- See http://code.google.com/p/data-race-test/ for more information.
+ See https://code.google.com/p/data-race-test/ for more information.
This file supports the following dynamic analysis tools:
- None (DYNAMIC_ANNOTATIONS_ENABLED is not defined or zero).
@@ -140,7 +140,7 @@
of the mutex's critical sections individually using the annotations above.
This annotation makes sense only for hybrid race detectors. For pure
happens-before detectors this is a no-op. For more details see
- http://code.google.com/p/data-race-test/wiki/PureHappensBeforeVsHybrid . */
+ https://code.google.com/p/data-race-test/wiki/PureHappensBeforeVsHybrid . */
#define _Py_ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mu) \
AnnotateMutexIsUsedAsCondVar(__FILE__, __LINE__, mu)