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
Date 2007-04-15.12:06:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
test_compiler and test_transformer are failing due to the fact that the compiler package still needs some TLC to catch up with the Grammar changes.

test_logging, test_tcl and test_structmembers all fail when run with -R 4:3:. However, these failures don't appear to be due to this change. More importantly, no leaks are reported in the new tests that are part of this update (test_listcomps, test_setcomps).

Committed as rev 54835.
History
Date User Action Args
2007-08-23 15:56:36adminlinkissue1660500 messages
2007-08-23 15:56:36admincreate