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 meador.inge
Recipients amaury.forgeotdarc, belopolsky, benjamin.peterson, loewis, meador.inge
Date 2011-10-23.22:51:07
SpamBayes Score 2.1043228e-10
Marked as misclassified No
Message-id <CAK1Qoop2=TOazchVLJfwOLYmzZ78=jMJKGtb1VMtotGNrRg41A@mail.gmail.com>
In-reply-to <1319407130.43.0.68172393523.issue13250@psf.upfronthosting.co.za>
Content
Ah, I see now.  Thanks Benjamin.

> So it's not a bug at all, right?

A bug in regrtest.py maybe.  'dash_R_cleanup' clears various other caches in
between test runs to avoid false positives like this.  Perhaps
'ctypes._pointer_type_cache'
should be cleared there as well.
History
Date User Action Args
2011-10-23 22:51:08meador.ingesetrecipients: + meador.inge, loewis, amaury.forgeotdarc, belopolsky, benjamin.peterson
2011-10-23 22:51:08meador.ingelinkissue13250 messages
2011-10-23 22:51:07meador.ingecreate