Comment 1 for bug 1178807

Revision history for this message
asmeurer (asmeurer) wrote : Re: Doctest scope is getting mixed in with regular scope

I think it's because it's pushing a function scope for doctests, but really, it should be using a completely new module scope. Doctests are run like they a from-scratch Python interpreter.