From 545d451f19b414238108d397d3c5ef2511ffaf37 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith [Google]" Date: Mon, 5 Sep 2022 16:14:06 +0000 Subject: [PATCH] DO-NOT-MERGE: exercising buildbot-test --- Include/Python.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Include/Python.h b/Include/Python.h index d6e5b139ac6796..5109b9ef24606b 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -4,6 +4,8 @@ /* Include nearly all Python header files */ +/* DO-NOT-MERGE: this PR is for buildbot-test as a 3.8 baseline */ + #include "patchlevel.h" #include "pyconfig.h" #include "pymacconfig.h"