Skip to content
GitLab
  • Explore
  • Sign in
  • TASTETASTE
  • uPython-mirror
  • Repository
  • uPython-mirror
  • py
  • compile.c
Find file Blame History Permalink
  • Damien George's avatar
    py: Change the way function arguments are compiled. · 2c0842b3
    Damien George authored Apr 27, 2014
    New way uses slightly less ROM and RAM, should be slightly faster, and,
    most importantly, allows to catch the error "non-keyword arg following
    keyword arg".
    
    Addresses issue #466.
    2c0842b3