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.
Created on 2017年09月29日 09:04 by serhiy.storchaka, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg303314 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2017年09月29日 09:04 | |
$ ./python -m test -vuall test_crypt ... ====================================================================== FAIL: test_methods (test.test_crypt.CryptTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/serhiy/py/cpython3.7/Lib/test/test_crypt.py", line 29, in test_methods self.assertTrue(len(crypt.methods) >= 1) AssertionError: False is not true ---------------------------------------------------------------------- crypt.methods is an empty list. |
|||
| msg303315 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2017年09月29日 09:07 | |
This is a duplicate of issue25287. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:52 | admin | set | github: 75814 |
| 2017年09月29日 09:07:11 | serhiy.storchaka | set | status: open -> closed superseder: test_crypt fails on OpenBSD messages: + msg303315 resolution: duplicate stage: resolved |
| 2017年09月29日 09:04:11 | serhiy.storchaka | create | |