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 vstinner
Recipients jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-10-01.16:13:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbtREcfYue=KQohTO7yQ570BjsPrbpy61-SLCeCLHhDVA@mail.gmail.com>
In-reply-to <1443715103.17.0.536301983865.issue25289@psf.upfronthosting.co.za>
Content
On Linux, I also run the Python test suite with Python compiled in
debug mode. I'm forcing the -O0 flag to disable *all* compilation
optimization. All assertions are kept, etc.

Maybe the slowness comes from CRT checks, maybe.
History
Date User Action Args
2015-10-01 16:13:32vstinnersetrecipients: + vstinner, paul.moore, tim.golden, jkloth, zach.ware, steve.dower
2015-10-01 16:13:32vstinnerlinkissue25289 messages
2015-10-01 16:13:32vstinnercreate