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 serhiy.storchaka
Recipients Mark.Shannon, gvanrossum, kayhayen, levkivskyi, serhiy.storchaka, terry.reedy
Date 2018-07-21.02:53:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532141583.13.0.56676864532.issue34136@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I missed that this issue is about the test from the CPython testsuite. I thought it is about the Numba specific tests.

It is strange that this test is passed when run as

    ./python -m test test_opcodes

but is failed when run as

    ./python -m test.test_opcodes

or

    ./python Lib/test/test_opcodes.py
History
Date User Action Args
2018-07-21 02:53:03serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, terry.reedy, kayhayen, Mark.Shannon, levkivskyi
2018-07-21 02:53:03serhiy.storchakasetmessageid: <1532141583.13.0.56676864532.issue34136@psf.upfronthosting.co.za>
2018-07-21 02:53:03serhiy.storchakalinkissue34136 messages
2018-07-21 02:53:03serhiy.storchakacreate