bap-python icon indicating copy to clipboard operation
bap-python copied to clipboard

DeprecationWarning in noeval_parser on Python 3.10

Open gmacon opened this issue 2 years ago • 0 comments

I'm seeing this warning on Python 3.10:

  .../lib/python3.10/site-packages/bap/noeval_parser.py:124: DeprecationWarning: invalid escape sequence '\.'
    parent = objs[k] = (in_s[i+1:endpos]).encode('utf-8').decode('unicode_escape')

gmacon avatar May 04 '23 15:05 gmacon