Pablo Galindo Salgado

Results 329 comments of Pablo Galindo Salgado

@aroberge You comment shows that friendly_traceback does it but unfortunately, it doesn't mention how you are proposing us to do it so we cannot evaluate the solution :( Could you...

> @pablogsal `friendly_traceback` looks at the list of modules found in `sys.modules` and, if the desired module is found, it proceeds from there. > > The relevant code starts at:...

The fairy of error messages is back! ✨ I found a way to implement this without penalty to control-flow failed imports that are quite clean IMHO: https://github.com/python/cpython/pull/98305 Thanks @aroberge for...

Do you want me to hold the release until this is fixed?

I'm happy landing this. Let's give some days if @vstinner wants to take a look.

> Does it belong to pyperformance which is supposed to be a set of "macro benchmarks"? I would say yes: we have things that are quite small in what they...

@tiran THe benchmark fails for pypy because `sys.getsizeof` doesn't work. Check the CI output

How do I get then the binary dependencies on the system to build the wheel? This is also not documented anywhere that I can see. Not only that, but the...

> What is the library that you're experiencing this problem with? In this case is `liblz4` > Yeah, maybe this is worth a FAQ entry. I think it is because...

> download: [https://github.com/Czaki/imagecodecs_build/blob/master/build_utils/download_libraries.sh#L7](https://github.com/Czaki/imagecodecs_build/blob/master/build_utils/download_libraries.sh?rgh-link-date=2022-09-04T15%3A29%3A17Z#L7) > > build and install: [Czaki/imagecodecs_build@`54c5fb3`/build_utils/build_libraries.sh#L70-L73](https://github.com/Czaki/imagecodecs_build/blob/54c5fb3426012a47bd02907542c2c3320841b753/build_utils/build_libraries.sh#L70-L73) I gave this a go but there are more mines in the field because by default if you build Apple silicon...