The following benchmarks are currently broken with CPython main. - [x] aiohttp - Broken by the removal of `cgi`: https://github.com/pyston/python-macrobenchmarks/pull/20 - [x] django_template - Broken by the removal of `cgi`: https://github.com/python/pyperformance/pull/329 - [x] gunicorn - Broken by the removal of `cgi`: https://github.com/pyston/python-macrobenchmarks/pull/21 - [ ] sqlalchemy_declarative - greenlet doesn't compile (see below) - greenlet fix being worked on: https://github.com/python-greenlet/greenlet/issues/392 - will need to upgrade greenlet in suite once that is merged - [ ] sqlalchemy_imperative - greenlet (same as `sqlalchemy_declarative`) - [x] djangocms - Broken by the removal of `cgi`: https://github.com/pyston/python-macrobenchmarks/pull/22 - [x] flaskblogging - Change in importlib.metadata.entry_points() API (probably requires upstream fix to `markdown` library -- no existing fix found) https://github.com/pyston/python-macrobenchmarks/pull/25 - [x] pylint - Removal of imp. Updated astroid and pylint to workaround: https://github.com/pyston/python-macrobenchmarks/pull/23 - [x] thrift: https://github.com/pyston/python-macrobenchmarks/pull/24
The following benchmarks are currently broken with CPython main.
cgi: Fix aiohttp benchmark pyston/python-macrobenchmarks#20cgi: Fix the django_template benchmark python/pyperformance#329cgi: Fix gunicorn benchmark pyston/python-macrobenchmarks#21sqlalchemy_declarative)cgi: Fix djangocms benchmark pyston/python-macrobenchmarks#22markdownlibrary -- no existing fix found) Fix flaskblogging benchmark pyston/python-macrobenchmarks#25