[Python-Dev] test_doctest failing, but perhaps by accident

Guido van Rossum guido@digicool.com
Wed, 21 Mar 2001 17:36:13 -0500


> Cute!  Hard to explain, unless someone is using PyDict_Next on this dict:
> since the dict has 11 items, it's exactly at the boundary where PyDict_Next
> will now resize it.

It *could* be the garbage collector.

--Guido van Rossum (home page: http://www.python.org/~guido/)