Closed fluffy-critter closed 5 years ago
I saw the same issue when using pylint
in macOS 14.14.4
Oooof ... looks like I build wheels with coverage cflags. I'll fix this.
New wheels being built at https://test.pypi.org/project/lazy-object-proxy/1.4.1.dev3/#files - try and let me know if osx problem is gone.
Yes, that seems to fix the problem on macOS.
Published v1.4.1
Hi, on some other Python projects (notably pylint), this library is generating spam on standard error at time of exit. For example:
Related pylint issue: https://github.com/PyCQA/pylint/issues/2907
This happens on macOS 10.14 using lazy-object-proxy v1.4.0; pinning my environment's version to 1.3.1 fixes the issue (workaround found by @wizzl35, see https://github.com/PyCQA/pylint/issues/2907#issuecomment-491001066)