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 Oren Milman
Recipients Oren Milman, amaury.forgeotdarc, belopolsky, meador.inge, serhiy.storchaka
Date 2017-03-18.11:01:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489834860.7.0.899712299935.issue29843@psf.upfronthosting.co.za>
In-reply-to
Content
"If use _testcapi the tests should be decorated with cpython_only."

at first, I thought so too, but then I searched for 'cpython_only' in
Lib/ctypes/test, and found nothing. then I searched for '_testcapi' there,
and found a top level 'import _testcapi' in
Lib/ctypes/test/test_structures.py, and a test using _testcapi.INT_MAX.

so I assumed that test_ctypes itself is cpython_only.

should test_structures.py be changed, then?
History
Date User Action Args
2017-03-18 11:01:00Oren Milmansetrecipients: + Oren Milman, amaury.forgeotdarc, belopolsky, meador.inge, serhiy.storchaka
2017-03-18 11:01:00Oren Milmansetmessageid: <1489834860.7.0.899712299935.issue29843@psf.upfronthosting.co.za>
2017-03-18 11:01:00Oren Milmanlinkissue29843 messages
2017-03-18 11:01:00Oren Milmancreate