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 christian.heimes
Recipients christian.heimes, lemburg, methane, rhettinger, serhiy.storchaka
Date 2017-02-01.12:20:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485951623.42.0.730564949057.issue29410@psf.upfronthosting.co.za>
In-reply-to
Content
Py_HASH_CUTOFF was an experimental feature for low-performance platforms. On modern hardware the performance increase is marginal to non-existing. I planned to deprecate the feature in 3.6 but forgot. We can deprecate it now and remove it in either 3.7 or 3.8.
History
Date User Action Args
2017-02-01 12:20:23christian.heimessetrecipients: + christian.heimes, lemburg, rhettinger, methane, serhiy.storchaka
2017-02-01 12:20:23christian.heimessetmessageid: <1485951623.42.0.730564949057.issue29410@psf.upfronthosting.co.za>
2017-02-01 12:20:23christian.heimeslinkissue29410 messages
2017-02-01 12:20:23christian.heimescreate