Why are functions atomic?

John Nagle nagle at animats.com
Tue May 1 18:34:09 CEST 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