Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
TASTE
uPython-mirror
Repository
uPython-mirror
py
objtype.c
Find file
Blame
History
Permalink
py: Tidy up BINARY_OPs; negation done by special NOT bytecode.
· 9aa2a527
Damien George
authored
Feb 01, 2014
IS_NOT and NOT_IN are now compiled to IS + NOT and IN + NOT, with a new special NOT bytecode.
9aa2a527