commit | 3220849524eff6eccde1c19145b245d9fba67b0e | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed May 20 18:37:37 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed May 20 18:37:37 2015 +0300 |
tree | 869468a337f7f74bc463e8a73aa960517cd1ac05 | |
parent | bc5046634af21893627e1c11deba14552da44ba8 [diff] |
Issue #24134: Use assertRaises() in context manager form in test_slice to avoid passing the test accidently because slice.__hash__ is None.