Isuru Fernando

Results 928 comments of Isuru Fernando

With your suggestion, we will still install python 3.12 or whatever is the latest

There's also the concern from @dopplershift at https://github.com/conda-forge/conda-forge-pinning-feedstock/issues/5013#issuecomment-2293923151

Another failure can be seen on https://github.com/capnproto/capnproto/pull/2046 with OpenSSL 3 on windows ``` 2: [ TEST ] compat\tls-test.c++:777: TLS client certificate verification 2: kj\compat\tls.c++:72: failed: OpenSSL error; message = error:16000069:STORE...

cc @chenghlee, @jezdez

I had the same thought as first, but the diff is not that bad. See https://github.com/pytorch/pytorch/pull/139899/files#diff-03557db7303b8540f095b4f0d9cd2280e1f42f534f67d8695f756ec6c02d3ec7L4406-R5159

Is there a conda-build issue with a reproducer?

This PR now consolidates both `torch._inductor.codegen.common.ExprPrinter` and `torch.fx.experimental.symbolic_shapes.ShapeGuardPrinter` into one printer `torch.utils._sympy.printers.PythonPrinter`. Test case updates are due to differing parenthesis usage.