inspect4py icon indicating copy to clipboard operation
inspect4py copied to clipboard

Control flow support for Python 3.9 +

Open dgarijo opened this issue 4 years ago • 3 comments

Unfortunately, cdmcfparser does not have support for Python 3.9+ yet, and we get an error dumping the core.

  • Alternative 1: fork their repo and fix it/wait for them to produce an update
  • Alternative 2: Implement another control flow library.

dgarijo avatar Jan 26 '22 19:01 dgarijo

It was suggested that cdmpyparser may be an alternative to address this. We will have to investigate further.

dgarijo avatar Jan 27 '22 16:01 dgarijo

See https://github.com/SergeySatskiy/cdm-flowparser/issues/7#issuecomment-1033179389

dgarijo avatar Feb 09 '22 14:02 dgarijo

For the moment the solution for Python 3.10+ is to drop support for cmdcfparser

dgarijo avatar Dec 19 '22 15:12 dgarijo