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 honglei.jiang
Recipients honglei.jiang, lukasz.langa, ned.deily, pablogsal, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2020-09-18.07:41:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600414915.42.0.0580615186109.issue40754@roundup.psfhosted.org>
In-reply-to
Content
Still missing _testinternalcapi module for Python3.9rc2
like https://bugs.python.org/issue36635

C:\Users\Admin>c:\python39\python.exe -m test test_deque
0:00:00 Run tests sequentially
0:00:00 [1/1] test_deque
test test_deque failed -- Traceback (most recent call last):
  File "c:\python39\lib\test\test_deque.py", line 781, in test_sizeof
    check(deque(), basesize + blocksize)
  File "c:\python39\lib\test\support\__init__.py", line 1484, in check_sizeof
    import _testinternalcapi
ModuleNotFoundError: No module named '_testinternalcapi'

test_deque failed

== Tests result: FAILURE ==

1 test failed:
    test_deque

Total duration: 1.1 sec
Tests result: FAILURE
History
Date User Action Args
2020-09-18 07:41:55honglei.jiangsetrecipients: + honglei.jiang, terry.reedy, paul.moore, tim.golden, ned.deily, lukasz.langa, zach.ware, steve.dower, pablogsal
2020-09-18 07:41:55honglei.jiangsetmessageid: <1600414915.42.0.0580615186109.issue40754@roundup.psfhosted.org>
2020-09-18 07:41:55honglei.jianglinkissue40754 messages
2020-09-18 07:41:55honglei.jiangcreate