This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients amaury.forgeotdarc, christian.heimes, collinwinter, fdrake, mwh
Date 2008-01-31.17:21:41
SpamBayes Score 0.029618884
Marked as misclassified No
Message-id <1201800102.09.0.0346814443162.issue1410739@psf.upfronthosting.co.za>
In-reply-to
Content
The example sure is surprising for somebody without intimate knowledge
about Python's memory management. Although the is operator is
implemented as id(a) == id(b) reference counting, free lists and arenas
can cause some surprising effects.
History
Date User Action Args
2008-01-31 17:21:42christian.heimessetspambayes_score: 0.0296189 -> 0.029618884
recipients: + christian.heimes, mwh, fdrake, collinwinter, amaury.forgeotdarc
2008-01-31 17:21:42christian.heimessetspambayes_score: 0.0296189 -> 0.0296189
messageid: <1201800102.09.0.0346814443162.issue1410739@psf.upfronthosting.co.za>
2008-01-31 17:21:41christian.heimeslinkissue1410739 messages
2008-01-31 17:21:41christian.heimescreate