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