https://bugs.kde.org/show_bug.cgi?id=438206

Sven Brauch <m...@svenbrauch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m...@svenbrauch.de

--- Comment #7 from Sven Brauch <m...@svenbrauch.de> ---
Unfortunately Python completely removed the Parser module we were using from
their public API, so there is no easy fix for this issue.

The most realistic option at this point is probably to write a Python snippet
which uses the "ast" module to do the parsing (which is effectively exactly the
same) and serializes the result somehow, e.g. into an XML or ProtocolBuffer
stream. Then we can execute this snippet from C++ code (this works without
creating a process using Python's C API) and deserialize it, giving us the same
data structure as before.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to