Subject: CVS commit: pkgsrc/devel/py-astroid
From: Adam Ciarcinski
Date: 2018-08-02 17:13:34
Message id: 20180802151334.C3D81FBEC@cvs.NetBSD.org

Log Message:
py-astroid: updated to 2.0.2

What's New in astroid 2.0.2?
   * Stop repeat inference attempt causing a RuntimeError in Python3.7

   *  infer_call_result can raise InferenceError so make sure to handle that for \ 
the call sites
      where it is used

     infer_call_result started recently to raise InferenceError for objects for \ 
which it
     could not find any returns. Previously it was silently raising a StopIteration,
     which was especially leaking when calling builtin methods.
     Since it is after all an inference method, it is expected that it
     could raise an InferenceError rather than returning nothing.

Files:
RevisionActionfile
1.20modifypkgsrc/devel/py-astroid/Makefile
1.14modifypkgsrc/devel/py-astroid/distinfo