fileobj.write(buffer(...))

David Bolen db3l at fitlinxx.com
Mon Feb 26 17:15:19 EST 2001


Toby Dickenson <tdickenson at devmail.geminidataloggers.co.uk> writes:

> That is less true than it was before 2.0...

Implementation wise or specification wise?  I don't think anything
changed in 2.0 to guarantee destruction behavior with respect to the
language, which is really what I was point out.

CPython 1.5.2 is actually very regular in this respect - destroying
objects pretty much as soon as their reference count hits zero.

--
-- David
-- 
/-----------------------------------------------------------------------\
 \               David Bolen            \   E-mail: db3l at fitlinxx.com  /
  |             FitLinxx, Inc.            \  Phone: (203) 708-5192    |
 /  860 Canal Street, Stamford, CT  06902   \  Fax: (203) 316-5150     \
\-----------------------------------------------------------------------/



More information about the Python-list mailing list