Pablo Galindo Salgado

Results 329 comments of Pablo Galindo Salgado

@ronaldoussoren If you have some time available, could you review and approve the PR?

Ah, we are also missing installing the dLYB files when running `make install`.

> Ah, we are also missing installing the dLYB files when running `make install`. Ok I fixed this, but it still doesn't handle `--enable-shared` or framework installations. I don't know...

> Ok I fixed this, but it still doesn't handle `--enable-shared` or framework installations. I don't know how the later works so maybe we can do that in a separate...

> > > Ok I fixed this, but it still doesn't handle `--enable-shared` or framework installations. I don't know how the later works so maybe we can do that in...

Here is a backtrace from a installed Python with a `--enable-shared`: ``` libpython3.12.dylib was compiled with optimization - stepping may behave oddly; variables may not be available. frame #1: 0x0000000100824dc8...

Ah, I think we need to make that conditional to the framework vs --enable-shared installation

@ronaldoussoren can you check if commit https://github.com/python/cpython/pull/95974/commits/f544cfad9449eccdd209970ca0c2b59373c54246 does the trick?

I plan to land this at the end of the week if possible to avoid merge conflicts. If you need more time to review, please indicate this in the comments...

An lldb trace without `--with-dsymutil`: ``` ... frame #18: 0x00000001001ab26c python3.12`Py_RunMain + 2196 frame #19: 0x00000001001ab4b4 python3.12`pymain_main + 324 frame #20: 0x00000001001ab554 python3.12`Py_BytesMain + 40 frame #21: 0x000000010056d08c dyld`start +...