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 mark.dickinson
Recipients mark.dickinson, rhettinger, serhiy.storchaka, skrah, tim.peters, vstinner
Date 2015-12-09.08:27:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449649656.43.0.717385509362.issue25823@psf.upfronthosting.co.za>
In-reply-to
Content
The latest patch still replaces valid C with code that has undefined behaviour. That's not good! Introducing undefined behaviour is something we should avoid without a really good reason.

Benchmarks showing dramatic real-world speed improvements from this change might count as a good reason, of course. :-)
History
Date User Action Args
2015-12-09 08:27:36mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, vstinner, skrah, serhiy.storchaka
2015-12-09 08:27:36mark.dickinsonsetmessageid: <1449649656.43.0.717385509362.issue25823@psf.upfronthosting.co.za>
2015-12-09 08:27:36mark.dickinsonlinkissue25823 messages
2015-12-09 08:27:36mark.dickinsoncreate