Steve Dower <steve.do...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36044>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to