[New-bugs-announce] [issue43203] Default value incorrectly read with unittests on Windows & macOS but not Linux

Samuel Marks report at bugs.python.org
Thu Feb 11 19:42:30 EST 2021


New submission from Samuel Marks <samuelmarks at gmail.com>:

Had a couple of commits to try and fix it on GitHub Actions (as I was unable to replicate locally), ended up with this very easy fix for Windows:
https://github.com/SamuelMarks/doctrans/commit/98203e9fee3e0a888ab1f4128011dde5fad98f63

To completely remove the default value. The only thing I can assume happened is that a different test in the same class—which set the default value to something else—changed the default value of the function.

This was all very confusing, and I can only think it to be a bug on python, or in GitHub Actions deployment thereof.

PS: The macOS builds are still failing with the previous issue :\

----------
components: Windows, macOS
messages: 386845
nosy: ned.deily, paul.moore, ronaldoussoren, samuelmarks, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Default value incorrectly read with unittests on Windows & macOS but not Linux
versions: Python 3.10, Python 3.7, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list