src/eric7/DebugClients/Python/coverage/env.py

branch
eric7
changeset 9374
ed79209469ad
parent 9252
32dd11232e06
diff -r e074358157f4 -r ed79209469ad src/eric7/DebugClients/Python/coverage/env.py
--- a/src/eric7/DebugClients/Python/coverage/env.py	Sat Oct 01 17:30:55 2022 +0200
+++ b/src/eric7/DebugClients/Python/coverage/env.py	Sat Oct 01 17:37:10 2022 +0200
@@ -85,7 +85,7 @@
     nix_while_true = (PYVERSION >= (3, 8))
 
     # CPython 3.9a1 made sys.argv[0] and other reported files absolute paths.
-    report_absolute_files = (CPYTHON and PYVERSION >= (3, 9))
+    report_absolute_files = ((CPYTHON or (PYPYVERSION >= (7, 3, 10))) and PYVERSION >= (3, 9))
 
     # Lines after break/continue/return/raise are no longer compiled into the
     # bytecode.  They used to be marked as missing, now they aren't executable.

eric ide

mercurial