##// END OF EJS Templates
pyutil: this has taken so long to fix, I'm using 3.8 now...
Augie Fackler -
r45488:ee5f27d7 default
parent child Browse files
Show More
@@ -21,7 +21,7 b' static PyObject *globals;'
21 void initpy(const char *cselfpath)
21 void initpy(const char *cselfpath)
22 {
22 {
23 #ifdef HG_FUZZER_PY3
23 #ifdef HG_FUZZER_PY3
24 const std::string subdir = "/sanpy/lib/python3.7";
24 const std::string subdir = "/sanpy/lib/python3.8";
25 #else
25 #else
26 const std::string subdir = "/sanpy/lib/python2.7";
26 const std::string subdir = "/sanpy/lib/python2.7";
27 #endif
27 #endif
General Comments 0
You need to be logged in to leave comments. Login now