Lewis Gaul
Lewis Gaul
As someone who uses PyCharm and was looking into options for ADTs in Python - I'm not surprised it causes issues with PyCharm's intellisense, and I doubt there will be...
I'm not sure why this is failing on MacOS, I would've expected it to follow the posix code paths, but I don't know much about mac... Any suggestions?
Any chance of a review @eryksun? :) Do we think the fix should be backported, since it's marked as a bug? It would be great to get this in 3.9...
If anyone has any suggestions on how to debug the tests failing in the CI that would be welcome... Seems possibly something to do with wasi and windows (I'm developing...
> The ci.ziglang.org failures are caused by your code not being compatible with stage3. Azure failure I have no clue about. What's the resolution to the code that's not compatible...
The problem is I didn't know how to reproduce or debug the issue. I can try again in the development environment that's available to me with latest stage3 (I have...
Some interesting discussion around whether to allow this for PyPI at https://discuss.python.org/t/stop-allowing-deleting-things-from-pypi/17227/59
I've just come across a need for `exp` and `ln` with `f128`, so I'm going to take a look at this :)
I haven't got anywhere with implementations yet, but I've learnt a lot about how floats work and implementations of the `exp2()` function. I'm making notes and will track progress at...
> Is there a reason this can't just map to `f128`? The C standard just says that `long double` must be at least as accurate as `double` I believe. The...