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 gvanrossum
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, georg.brandl, gvanrossum, isoschiz, mark.dickinson, ncoghlan, pconnell, pitrou, ubershmekel
Date 2013-05-10.00:22:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368145364.45.0.366936504493.issue17927@psf.upfronthosting.co.za>
In-reply-to
Content
cellfree4.diff.  Addressed review:

- Moved test to test_scope.py
- Added @cpython_only
- Fixed comment indent (and removed tabs :-)
- Fixed missing NULL test

I decided to keep the super() call; it's likely that it's tested elsewhere but I don't want to verify that there really is a test that puts self into a cell *and* uses super().

I also decided not to bother rewriting the test using weakrefs.  Let me know if you really want me to do that.
History
Date User Action Args
2013-05-10 00:22:44gvanrossumsetrecipients: + gvanrossum, brett.cannon, georg.brandl, amaury.forgeotdarc, mark.dickinson, ncoghlan, pitrou, benjamin.peterson, ubershmekel, pconnell, isoschiz
2013-05-10 00:22:44gvanrossumsetmessageid: <1368145364.45.0.366936504493.issue17927@psf.upfronthosting.co.za>
2013-05-10 00:22:44gvanrossumlinkissue17927 messages
2013-05-10 00:22:44gvanrossumcreate