Comment 3 for bug 693796

Revision history for this message
Stas Boukarev (stassats) wrote :

After applying that patch one test fails, but that's because it calls (unintern symbol) twice, while interning it between the calls, but it can't unintern the second time because that would be a different symbol. I attached a new patch which corrects this test as well.