[New-bugs-announce] [issue37252] devpoll test failures on Solaris

Jakub Kulik report at bugs.python.org
Wed Jun 12 10:20:14 EDT 2019


New submission from Jakub Kulik <kulikjak at gmail.com>:

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.

----------
components: Extension Modules
messages: 345365
nosy: kulikjak
priority: normal
severity: normal
status: open
title: devpoll test failures on Solaris
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37252>
_______________________________________


More information about the New-bugs-announce mailing list