pyutil: this has taken so long to fix, I'm using 3.8 now
authorAugie Fackler <augie@google.com>
Mon, 15 Jun 2020 15:13:01 -0400
changeset 44961 ee5f27d7b9fb
parent 44960 78cafd48b9b2
child 44962 ef8dcee272ac
pyutil: this has taken so long to fix, I'm using 3.8 now Differential Revision: https://phab.mercurial-scm.org/D8636
contrib/fuzz/pyutil.cc
--- 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