• Kevin Modzelewski's avatar
    Some notes about defaults-changing · 31333266
    Kevin Modzelewski authored
    I was worried we were in trouble since we don't always pass an owned
    reference to any arguments filled via defaults, but for Python functions
    this is fine since we will end up creating our own reference to it.
    For builtin functions, we disallow changing defaults.
    31333266
defaults_changing.py 1.34 KB