This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author florin.papa
Recipients brett.cannon, florin.papa, pitrou
Date 2015-11-24.10:54:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448362459.17.0.918374944074.issue25719@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-11-24 10:54:19florin.papasetrecipients: + florin.papa, brett.cannon, pitrou
2015-11-24 10:54:19florin.papasetmessageid: <1448362459.17.0.918374944074.issue25719@psf.upfronthosting.co.za>
2015-11-24 10:54:19florin.papalinkissue25719 messages
2015-11-24 10:54:18florin.papacreate