Travis Lazar added the comment:
FYI: this affects tornado_http and django_template as well.
--
___
Python tracker
<https://bugs.python.org/issue38739>
___
___
Travis Lazar added the comment:
Really appreciate all the commentary and references here. Thanks for that.
The resolution of disabling html5lib in pyperformance is good. I'll assume no
html5lib benchmarking in pyperformance (master) until a version of html5lib is
released compatible
Travis Lazar added the comment:
Forgot to include that this was built on an aarch64 (Ampere eMAG) system.
--
___
Python tracker
<https://bugs.python.org/issue38
New submission from Travis Lazar :
When running pyperformance html5lib test, the application crashes with
"ImportError: cannot import name 'Mapping' from 'collections'
(/py3buildpath/lib/python3.9/collections/__init__.py)"
To reproduce:
1 - Build Python fr