Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cython
Repository
cython
Cython
Utility
StringTools.c
Find file
Blame
History
Permalink
Optimise internal bounds checks like "0 <= i <= limit" using a single unsigned comparison.
· 788fb733
Stefan Behnel
authored
Oct 14, 2018
See
https://bugs.python.org/issue28397
788fb733