mbox series

[2.0,0/1] Restore codeparser compatibility with Python 3.6

Message ID 20241030092643.1598956-1-philip.lorenz@bmw.de
Headers show
Series Restore codeparser compatibility with Python 3.6 | expand

Message

Philip Lorenz Oct. 30, 2024, 9:26 a.m. UTC
Hi all,

sorry my previous patch missed the "[2.0]" prefix so I am resending with
the correct subject in place. The patch is only needed for kirkstone as
all newer (active) releases require Python 3.8 or newer which already
use `ast.Constant` for string nodes.

Philip Lorenz (1):
  codeparser: Fix handling of string AST nodes with older Python
    versions

 lib/bb/codeparser.py | 46 +++++++++++++++++++++++++++++++-------------
 1 file changed, 33 insertions(+), 13 deletions(-)