changeset 44961:ee5f27d7b9fb

pyutil: this has taken so long to fix, I'm using 3.8 now Differential Revision: https://phab.mercurial-scm.org/D8636
author Augie Fackler <augie@google.com>
date Mon, 15 Jun 2020 15:13:01 -0400
parents 78cafd48b9b2
children ef8dcee272ac
files contrib/fuzz/pyutil.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/fuzz/pyutil.cc	Mon Jun 15 12:00:15 2020 -0400
+++ b/contrib/fuzz/pyutil.cc	Mon Jun 15 15:13:01 2020 -0400
@@ -21,7 +21,7 @@
 void initpy(const char *cselfpath)
 {
 #ifdef HG_FUZZER_PY3
-	const std::string subdir = "/sanpy/lib/python3.7";
+	const std::string subdir = "/sanpy/lib/python3.8";
 #else
 	const std::string subdir = "/sanpy/lib/python2.7";
 #endif