[New-bugs-announce] [issue25719] Deprecate spitfire benchmark
Florin Papa
report at bugs.python.org
Tue Nov 24 05:54:19 EST 2015
New submission from Florin Papa:
Hi all,
This is Florin Papa from the Server Languages Optimizations Team at Intel Corporation.
The patch submitted here deprecates the spitfire benchmark, which uses psyco. Psyco is "unmaintained and dead", according to their website (http://psyco.sourceforge.net/) and it has not received any updates since 2012. The spitfire benchmark crashes because psyco does not have support for x64 architectures.
To apply the patch please follow these steps:
hg clone https://hg.python.org/benchmarks
cd benchmarks/
copy deprecate_spitfire.patch to the current directory
hg import --no-commit deprecate_spitfire.patch
Thank you,
Florin Papa
----------
components: Benchmarks
files: deprecate_spitfire.patch
keywords: patch
messages: 255260
nosy: brett.cannon, florin.papa, pitrou
priority: normal
severity: normal
status: open
title: Deprecate spitfire benchmark
type: crash
versions: Python 2.7
Added file: http://bugs.python.org/file41147/deprecate_spitfire.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25719>
_______________________________________
More information about the New-bugs-announce
mailing list