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 theller
Recipients amaury.forgeotdarc, paul.moore, theller
Date 2010-06-22.19:27:58
SpamBayes Score 0.11933275
Marked as misclassified No
Message-id <4C210EB8.7050406@ctypes.org>
In-reply-to <1277221320.11.0.989664694962.issue9055@psf.upfronthosting.co.za>
Content
> To test windows callbacks, I suggest to use EnumResourceTypes()
> instead, which is more likely to work in any condition:

Unfortunately the proposed test doesn't detect the problem in Python2.7 rc1.
It runs without crashing, even if enumerating the resources in shell32.dll
which contains a lot more stuff than python.exe.

Maybe we should just remove the 'self.assertFalse()' call
in the current test?
History
Date User Action Args
2010-06-22 19:28:00thellersetrecipients: + theller, paul.moore, amaury.forgeotdarc
2010-06-22 19:27:58thellerlinkissue9055 messages
2010-06-22 19:27:58thellercreate