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 ZackerySpytz, gregory.p.smith, methane, miss-islington, nascheme, pablogsal, steve.dower, tianon
Date 2019-07-27.16:32:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564245163.14.0.163639164114.issue36044@roundup.psfhosted.org>
In-reply-to
Content
I just ran this on Windows and noticed that there is no data for _msi.pyd, winsound.pyd or _sqlite3.pyd.

The first two don't matter - we should just suppress PGO on those projects to avoid the warnings (add a <SupportPGO>false</SupportPGO> property). That's a note to myself, unless someone else gets there first.

However, I think we should get coverage of the sqlite3 module, so it may be worth adding its tests into this set. I'm not sure if they're great coverage, but it'll be better than nothing.
History
Date User Action Args
2019-07-27 16:32:43steve.dowersetrecipients: + steve.dower, nascheme, gregory.p.smith, methane, ZackerySpytz, pablogsal, miss-islington, tianon
2019-07-27 16:32:43steve.dowersetmessageid: <1564245163.14.0.163639164114.issue36044@roundup.psfhosted.org>
2019-07-27 16:32:43steve.dowerlinkissue36044 messages
2019-07-27 16:32:42steve.dowercreate