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 kulikjak
Recipients kulikjak
Date 2019-06-12.14:20:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560349214.7.0.192767880732.issue37252@roundup.psfhosted.org>
In-reply-to
Content
test_devpoll currently ends with two failures with Python 3.8 on Solaris.

First one is wrong number of arguments to devpoll.register function (which thrown the same error as expected in 3.7 but now acts differently).

Second one is that register and modify no longer throw OverflowError when negative number is given as second argument, but rather a ValueError. I am not sure whether this is just a small semantics change or some bigger problem (documentation doesn't mention what error should be thrown).

So I fixed it in attached pull request by changing the expected thrown error but there might be other problem as well.
History
Date User Action Args
2019-06-12 14:20:14kulikjaksetrecipients: + kulikjak
2019-06-12 14:20:14kulikjaksetmessageid: <1560349214.7.0.192767880732.issue37252@roundup.psfhosted.org>
2019-06-12 14:20:14kulikjaklinkissue37252 messages
2019-06-12 14:20:14kulikjakcreate