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 eric.snow, vstinner
Date 2017-05-24.00:20:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495585239.21.0.635893235031.issue30447@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/ARMv7%20Ubuntu%203.x/builds/786/steps/test/logs/stdio

======================================================================
FAIL: test_subinterps (test.test_capi.EmbeddingTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/ssd/buildbot/buildarea/3.x.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_capi.py", line 471, in test_subinterps
    self.assertNotEqual(interp.interp, main.interp)
AssertionError: '0x0' == '0x0'
History
Date User Action Args
2017-05-24 00:20:39vstinnersetrecipients: + vstinner, eric.snow
2017-05-24 00:20:39vstinnersetmessageid: <1495585239.21.0.635893235031.issue30447@psf.upfronthosting.co.za>
2017-05-24 00:20:39vstinnerlinkissue30447 messages
2017-05-24 00:20:38vstinnercreate