Searched hist:"351 a56b11664c9229e61db4c51c2a1335c15bd72" (Results 1 – 1 of 1) sorted by relevance
| /src/tests/sys/opencrypto/ |
| H A D | cryptodev.py | 351a56b11664c9229e61db4c51c2a1335c15bd72 Wed Apr 24 05:52:24 UTC 2019 Enji Cooper <ngie@FreeBSD.org> Use `range` instead of `xrange`
`xrange` is a pre-python 2.x compatible idiom. Use `range` instead. The values being iterated over are sufficiently small that using range on python 2.x won't be a noticeable issue.
MFC after: 2 months 351a56b11664c9229e61db4c51c2a1335c15bd72 Wed Apr 24 05:52:24 UTC 2019 Enji Cooper <ngie@FreeBSD.org> Use `range` instead of `xrange`
`xrange` is a pre-python 2.x compatible idiom. Use `range` instead. The values being iterated over are sufficiently small that using range on python 2.x won't be a noticeable issue.
MFC after: 2 months 351a56b11664c9229e61db4c51c2a1335c15bd72 Wed Apr 24 05:52:24 UTC 2019 Enji Cooper <ngie@FreeBSD.org> Use `range` instead of `xrange`
`xrange` is a pre-python 2.x compatible idiom. Use `range` instead. The values being iterated over are sufficiently small that using range on python 2.x won't be a noticeable issue.
MFC after: 2 months
|