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 cstratak, mark.dickinson, skrah, vstinner
Date 2019-01-16.17:18:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547659092.74.0.299565745948.issue35752@roundup.psfhosted.org>
In-reply-to
Content
> This is a performance sensitive function, so I prefer not to add
volatile.

I don't suggest to use volatile. I'm just pointing to the function causing the bug and I said that volatile worked for me :-)

I made my tests on:

* Red Hat Enterprise Linux release 8.0 Beta (Ootpa)
* gcc (GCC) 8.2.1 20180905 (Red Hat 8.2.1-3)
* Linux kernel 4.18.0-56.el8.ppc64le
* uname -p: ppc64le
History
Date User Action Args
2019-01-16 17:18:14vstinnersetrecipients: + vstinner, mark.dickinson, skrah, cstratak
2019-01-16 17:18:12vstinnersetmessageid: <1547659092.74.0.299565745948.issue35752@roundup.psfhosted.org>
2019-01-16 17:18:12vstinnerlinkissue35752 messages
2019-01-16 17:18:12vstinnercreate