https://bugs.llvm.org/show_bug.cgi?id=45119
Bug ID: 45119
Summary: [LLVM] [YAML] [Python 3.8] AttributeError: module
'cgi' has no attribute 'escape'
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedb...@nondot.org
Reporter: lonew...@xs4all.nl
CC: htmldevelo...@gmail.com, llvm-bugs@lists.llvm.org
When trunk is built with python-yaml present, several llvm regression tests
fail.
If python-yaml is not present, no failure is reported.
cgi.escape has been deprecated since python 3.2 and was removed in python 3.8
from https://docs.python.org/3/whatsnew/3.8.html :
parse_qs, parse_qsl, and escape are removed from the cgi module. They are
deprecated in Python 3.2 or older. They should be imported from the
urllib.parse and html modules instead.
Logs attached
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs