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 steve.dower
Recipients brett.cannon, ebfortin, eric.snow, ncoghlan, paul.moore, petr.viktorin, steve.dower, tim.golden, zach.ware
Date 2015-07-29.18:23:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438194190.07.0.596884554412.issue24748@psf.upfronthosting.co.za>
In-reply-to
Content
I'd rather have our own test pyd that shows a minimal repro of the behavior. Requiring pywin32 for running one test is excessive, won't reveal the issue (if it exists) on other platforms, and is not necessarily going to help someone debug the issue.

I agree this is probably due to PEP 489, which means that Eric is almost certainly the best person to look into it. It may also be due to the list of suffixes changing for 3.5 (".cp35-win32.pyd" is now a valid suffix as well as just ".pyd", for example), but looking at pywintypes.py that seems unlikely.
History
Date User Action Args
2015-07-29 18:23:10steve.dowersetrecipients: + steve.dower, brett.cannon, paul.moore, ncoghlan, tim.golden, petr.viktorin, eric.snow, zach.ware, ebfortin
2015-07-29 18:23:10steve.dowersetmessageid: <1438194190.07.0.596884554412.issue24748@psf.upfronthosting.co.za>
2015-07-29 18:23:10steve.dowerlinkissue24748 messages
2015-07-29 18:23:09steve.dowercreate