Why are functions atomic?

John Nagle nagle at animats.com
Tue May 1 12:34:09 EDT 2007


Michael wrote:
> Why are functions atomic?  (I.e. they are not copied.)

     Because Python has objects for when you need to associate
state with a function.

				John Nagle



More information about the Python-list mailing list