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 serhiy.storchaka, vstinner
Date 2017-03-21.09:54:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490090088.41.0.728361624044.issue29867@psf.upfronthosting.co.za>
In-reply-to
Content
We should test to run popular C extensions like numpy, PyQt, cython, pillow, etc. with a patched Python to see if it's common to use a "GET" macro to "set" a size. Maybe test also Django see it probably uses many C extensions. I don't ask to test all these modules, but at least a few of them. By "testing", I mean run the test suite of these projects.
History
Date User Action Args
2017-03-21 09:54:48vstinnersetrecipients: + vstinner, serhiy.storchaka
2017-03-21 09:54:48vstinnersetmessageid: <1490090088.41.0.728361624044.issue29867@psf.upfronthosting.co.za>
2017-03-21 09:54:48vstinnerlinkissue29867 messages
2017-03-21 09:54:48vstinnercreate