ef658b33f87a6212ed7c0c7f2e0e6237812c940e,brian2/codegen/runtime/cython_rt/cython_rt.py,CythonCodeObject,is_available,#,67

Before Change


            compiled.main()
            return True
        except Exception as ex:
            logger.debug("Compilation with Cython failed: " + str(ex))
            return False


After Change


            compiled.main()
            return True
        except Exception as ex:
            logger.warn(("Cannot use Cython, a test compilation "
                         "failed: %s (%s)" % (str(ex),
                                              ex.__class__.__name__)) ,
                        "failed_compile_test")
            return False


Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: brian-team/brian2
Commit Name: ef658b33f87a6212ed7c0c7f2e0e6237812c940e
Time: 2015-02-18
Author: marcel.stimberg@inserm.fr
File Name: brian2/codegen/runtime/cython_rt/cython_rt.py
Class Name: CythonCodeObject
Method Name: is_available


Project Name: pantsbuild/pants
Commit Name: edcd459b9cf96c3e5ffc8d6965df5f2e731b3b84
Time: 2014-10-30
Author: tinystatemachine@gmail.com
File Name: src/python/pants/cache/restful_artifact_cache.py
Class Name: RESTfulArtifactCache
Method Name: use_cached_files


Project Name: pyinstaller/pyinstaller
Commit Name: 7560f45bc1d96164992078859c52f1a587dd2a17
Time: 2015-08-28
Author: mzibr.public@gmail.com
File Name: PyInstaller/building/imphook.py
Class Name: ImportHook
Method Name: _process_excludedimports