Pablo Galindo Salgado

Results 40 issues of Pablo Galindo Salgado

This issue will track all the different steps to bootstrap a new Python REPL with many new features. The target of this issue is that we can reach a point...

topic-repl

Using leads to confusion when linecache it's populated with entries as the inspect module heavily relies on it. An example: ./python -c "import inspect;x=eval('lambda x: x');print(inspect.getsource(x))" The code above should...

awaiting core review
skip news
topic-repl

It's possible that pystack analyses a core file or a program at a specific moment where the bottom of the stack has a shim frame but a normal frame has...

When we need to copy memory from ELF files (normally from the static data section) we need to take into account the load point of the first PT_LOAD segment to...

After commit ac212d0e6fb8b741e5a5e9ea61091149103f401c the code to rewrite alignment section has been changed to use the largest alignment in the list of segments instead of the alignment that it's retrieved using...

This commit addresses an issue with symbol resolution for malloc_type functions on the latest macOS Sequoia. The problem arises due to changes in how these functions are named in the...

- **Try to respect RPATHS of calling dlopen modules with dlinfo** - **Use scikit-build-core** *Issue number of the reported bug or feature request: #* **Describe your changes** A clear and...