A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nedbat/coveragepy/issues/1474 below:

coveragepy can only work on CPython or PyPy? · Issue #1474 · nedbat/coveragepy · GitHub

At the top of the env.py file, Jython and IronPython are recognized besides CPython and PyPy. However, line 88 (linked in this issue) assumes that coveragepy runs on either PyPy or CPython - if CPYTHON is False (as it is on e.g. Jython and IronPython, but also on GraalPy), this raises NameError: name 'PYPYVERSION' is not defined

coveragepy/coverage/env.py

Line 88 in a3c8683

report_absolute_files = ((CPYTHON or (PYPYVERSION >= (7, 3, 10))) and PYVERSION >= (3, 9))

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4