Pascal Wolf

Results 5 comments of Pascal Wolf

Minimal example: def test_func(val1: str, val2: bool = True): if val2: print(val1) if __name__ == '__main__': test_func("Uno, Dos, Très, dale", val2=True) This fails after lancing due to `val2` default value...

I also thought to myself, actually having the `master` lanced and building wheels for pipy from it would be hilarious and at the same time a nice selling point! One...

Maybe this is also useful for people stumbling upon #5

Hi @AndrejNovak! Thanks for using the issue tracker. Could you provide some more information e.g. Python version, OS, how you installed `pylandau`?

I tried to reproduce the issue on Windows 10, unfortunately with no luck (also only with Py3.9.7). We test also for Python 3.10 on Windows, but we are not testing...