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 Michael.Felt
Recipients Michael.Felt, eric.snow
Date 2018-09-04.06:53:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536044038.48.0.56676864532.issue34569@psf.upfronthosting.co.za>
In-reply-to
Content
64-bit mode, no error.

root@x066:[/data/prj/python/python3-3.8.0]./python -m test -v test__xxsubinterpreters
== CPython 3.8.0a0 (heads/master-dirty:d500e5307a, Sep 3 2018, 13:55:44) [C]
== AIX-1-00C291F54C00-powerpc-64bit-COFF big-endian
== cwd: /data/prj/python/python3-3.8.0/build/test_python_16908532
== CPU count: 8
== encodings: locale=ISO8859-1, FS=iso8859-1
Run tests sequentially
0:00:00 [1/1] test__xxsubinterpreters
test_bad_id (test.test__xxsubinterpreters.ChannelIDTests) ... ok
...
test_int (test.test__xxsubinterpreters.ShareableTypeTests) ... ok
test_singletons (test.test__xxsubinterpreters.ShareableTypeTests) ... ok
test_types (test.test__xxsubinterpreters.ShareableTypeTests) ... ok

----------------------------------------------------------------------
Ran 111 tests in 4.572s

OK (skipped=5)

== Tests result: SUCCESS ==
History
Date User Action Args
2018-09-04 06:53:58Michael.Feltsetrecipients: + Michael.Felt, eric.snow
2018-09-04 06:53:58Michael.Feltsetmessageid: <1536044038.48.0.56676864532.issue34569@psf.upfronthosting.co.za>
2018-09-04 06:53:58Michael.Feltlinkissue34569 messages
2018-09-04 06:53:58Michael.Feltcreate