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 gary*atlanta
Recipients gary*atlanta, zach.ware
Date 2019-05-31.21:17:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559337479.02.0.725833158652.issue37118@roundup.psfhosted.org>
In-reply-to
Content
tested this loop:

        for (i=0; i<loops; i++)
        {
            Py_BEGIN_ALLOW_THREADS
            Py_END_ALLOW_THREADS
        } 

With loops set to 10,000,000 on Centos 7, i7-2600

Python 2.7
real    0m0.199s
user    0m0.109s
sys     0m0.011s

Python 3.7
real    0m0.912s
user    0m0.791s
sys     0m0.009s
History
Date User Action Args
2019-05-31 21:17:59gary*atlantasetrecipients: + gary*atlanta, zach.ware
2019-05-31 21:17:59gary*atlantasetmessageid: <1559337479.02.0.725833158652.issue37118@roundup.psfhosted.org>
2019-05-31 21:17:59gary*atlantalinkissue37118 messages
2019-05-31 21:17:58gary*atlantacreate