# HG changeset patch # User Augie Fackler # Date 1592248381 14400 # Node ID ee5f27d7b9fba585d8ae15676e32cc8d8ea1708c # Parent 78cafd48b9b2d10b58ab2f9ca26c6a15c478cd97 pyutil: this has taken so long to fix, I'm using 3.8 now Differential Revision: https://phab.mercurial-scm.org/D8636 diff -r 78cafd48b9b2 -r ee5f27d7b9fb 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