plasma-umass / Mesh

A memory allocator that automatically reduces the memory footprint of C/C++ applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error running configure with python3.8

Nambrok opened this issue · comments

Hello,

Trying to run ./configure with a Python 3.8.1 interpreter makes this error :

/mesh/support/config.py:135: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if len(path) is 0:

It would seem that something changed in the acceptable syntax in this python version.

Proposed #66 to correct the problem.
Have a nice day.

Merged. Thanks!