[Updated] D8636: pyutil: this has taken so long to fix, I'm using 3.8 now

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Mon Jun 15 20:07:58 UTC 2020


Closed by commit rHGee5f27d7b9fb: pyutil: this has taken so long to fix, I'm using 3.8 now (authored by durin42).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D8636?vs=21639&id=21641

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8636/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D8636

AFFECTED FILES
  contrib/fuzz/pyutil.cc

CHANGE DETAILS

diff --git a/contrib/fuzz/pyutil.cc b/contrib/fuzz/pyutil.cc
--- a/contrib/fuzz/pyutil.cc
+++ b/contrib/fuzz/pyutil.cc
@@ -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



To: durin42, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200615/a9e688d1/attachment-0002.html>


More information about the Mercurial-patches mailing list