In article <[email protected]>,
 Chris Angelico <[email protected]> wrote:

> Whether it's a module-level function, a bound method, a closure, or a
> callable object, a zero-arg function in Python always has some kind of
> implicit state.

Sometimes, it has a *lot* of implicit state:

os.fork()
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to