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 ncoghlan
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, georg.brandl, gvanrossum, isoschiz, mark.dickinson, ncoghlan, pconnell, pitrou, ubershmekel
Date 2013-05-09.03:19:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368069543.54.0.816321792328.issue17927@psf.upfronthosting.co.za>
In-reply-to
Content
Guido, did you try combining your first patch (clearing the local var when populating the cell) with your second patch (by only checking for a cell when the local var is cleared rather than when it is populated)?

It seems slightly more logical to me to have a cell fallback for the "local ref is NULL" case than it does to special case "local ref is not NULL".
History
Date User Action Args
2013-05-09 03:19:03ncoghlansetrecipients: + ncoghlan, gvanrossum, brett.cannon, georg.brandl, amaury.forgeotdarc, mark.dickinson, pitrou, benjamin.peterson, ubershmekel, pconnell, isoschiz
2013-05-09 03:19:03ncoghlansetmessageid: <1368069543.54.0.816321792328.issue17927@psf.upfronthosting.co.za>
2013-05-09 03:19:03ncoghlanlinkissue17927 messages
2013-05-09 03:19:03ncoghlancreate