f03975 Update python-executing to version 2.0.1 / rev 7 via SR 1124080

6 files Authored by dirkmueller 2 years ago, Committed by Bernhard M. Wiedemann 2 years ago,
    Update python-executing to version 2.0.1 / rev 7 via SR 1124080
    
    https://build.opensuse.org/request/show/1124080
    by user dirkmueller + anag+factory
    - update to 2.0.1:
      * fix: self.fail() is only available in TestCase classes
      * fix: mark expressions which can be evaluated at compile time
        as deadcode
      * fix: implemented DELETE_DEREF
      * feat: 3.12 support for the PositionNodeFinder
      * feat: support LOAD_CONST
      * test: verify exception generation for asserts >= python 3.11.2
      * test: skip test of module_files for the SentinelNodeFinder
      * test: do not check qualnames for files with syntax errors
      * fix: handle List/Set/DictComp inlining
      * fix: handle super optimization
      * fix: type parameter related things
      * fix: f-string
      * fix: disabled type checking for 3.12
      * test: added test results for 3.12
      * fix: workaround for a bug in six
      * remove python2 code
      * feat: support for __iter__
      * feat: support for __next__
    
        
file modified
+0 -0
file modified
+31 -0
file removed
-1
file modified
+27 -3
file modified
+8 -12