Guido van Rossum added the comment: 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. ---------- Added file: http://bugs.python.org/file30188/cellfree4.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17927> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com