https://bugs.kde.org/show_bug.cgi?id=411956
Francis Herne <m...@flherne.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/kde/ | |kdev-python/commit/e23fa8f1 | |5af89a8bd4bd84dd96b5fd70174 | |57516 Status|ASSIGNED |RESOLVED Version Fixed In| |5.5.0 --- Comment #3 from Francis Herne <m...@flherne.uk> --- Git commit e23fa8f15af89a8bd4bd84dd96b5fd7017457516 by Francis Herne. Committed on 23/10/2019 at 14:08. Pushed by flherne into branch 'master'. Initial Python 3.8 support. This allows kdev-python to be built and run against CPython 3.8, and if so to parse files containing 3.8 syntax. FIXED-IN: 5.5.0 M +2 -2 CMakeLists.txt M +9 -1 duchain/declarationbuilder.cpp M +1 -0 duchain/declarationbuilder.h M +4 -0 duchain/expressionvisitor.cpp M +1 -0 duchain/expressionvisitor.h M +19 -0 duchain/tests/pyduchaintest.cpp M +6 -1 parser/ast.cpp M +9 -0 parser/ast.h M +6 -0 parser/astbuilder.cpp M +6 -0 parser/astdefaultvisitor.cpp M +2 -0 parser/astdefaultvisitor.h M +1 -0 parser/astvisitor.cpp M +1 -0 parser/astvisitor.h M +7 -4 parser/conversionGenerator.py M +36 -0 parser/generated.h R +49 -6 parser/python38.sdef [from: parser/python36.sdef - 082% similarity] M +5 -0 parser/tests/pyasttest.cpp https://invent.kde.org/kde/kdev-python/commit/e23fa8f15af89a8bd4bd84dd96b5fd7017457516 -- You are receiving this mail because: You are watching all bug changes.