[issue39871] math.copysign raises SystemError with non-float x and custom y

2020-03-06 Thread David Vo
David Vo added the comment: I'm currently rather busy with other work, but if this happens to still be open in a couple of months I might pick it up. -- ___ Python tracker <https://bugs.python.org/issue39

[issue39871] math.copysign raises SystemError with non-float x and custom y

2020-03-05 Thread David Vo
New submission from David Vo : If math.copysign(x, y) is passed an x that cannot be converted to a float and a y that implements __float__() in Python, math.copysign() will raise a SystemError from the TypeError resulting from the attempted float conversion of x. math.copysign() should

[issue29208] BlockingIOError during system startup

2017-01-08 Thread David Vo
David Vo added the comment: It looks like this was already fixed in issue 29085. -- nosy: +auscompgeek ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i