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 pitrou
Recipients akuchling, ghazel, loewis, pconnell, pitrou, r.david.murray, terry.reedy, tim.peters, vstinner
Date 2013-09-09.20:27:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378758467.2502.11.camel@fsol>
In-reply-to <1378758037.76.0.250965571302.issue1565525@psf.upfronthosting.co.za>
Content
> - The documentation is wrong: frame.clear() does not guarantee to
> clear *all* locals, but only *most* locals:
> 
> "F.clear(): clear most references held by the frame");

Actually, the documentation is right: "references" != "locals" ;-)
History
Date User Action Args
2013-09-09 20:27:49pitrousetrecipients: + pitrou, tim.peters, loewis, akuchling, terry.reedy, vstinner, ghazel, r.david.murray, pconnell
2013-09-09 20:27:49pitroulinkissue1565525 messages
2013-09-09 20:27:49pitroucreate