DebugBase: fixed an issue occurring with Python prior to 3.8.

Thu, 08 Oct 2020 17:24:54 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 08 Oct 2020 17:24:54 +0200
changeset 7767
d0a86562934e
parent 7766
0af772bc14c4
child 7768
6aec9032afad

DebugBase: fixed an issue occurring with Python prior to 3.8.

eric6/DebugClients/Python/DebugBase.py file | annotate | diff | comparison | revisions
--- a/eric6/DebugClients/Python/DebugBase.py	Wed Oct 07 19:14:36 2020 +0200
+++ b/eric6/DebugClients/Python/DebugBase.py	Thu Oct 08 17:24:54 2020 +0200
@@ -958,7 +958,6 @@
             "filename": co.co_filename,
             "firstlineno": co.co_firstlineno,
             "argcount": co.co_argcount,
-            "posonlyargcount": co.co_posonlyargcount,
             "kwonlyargcount": co.co_kwonlyargcount,
             "nlocals": co.co_nlocals,
             "stacksize": co.co_stacksize,

eric ide

mercurial