Pablo Galindo Salgado
Pablo Galindo Salgado
Notice that `subprocess.Popen` will `fork` + `execv` and the second will just reset all the memory layout of the forked program so tracking will be disabled. `memray` can follow across...
I'm closing this issue and there is nothing specific for `memray` to do here. `memray` can be executed as a module as any other Python module that can be executed...
Thanks, @rossburton for opening this issue! Currently `cibuildwheel` doesn't easily allow us to build `aarch64` wheels, but I think we could manually build something in the interim meanwhile we look...
I'm closing this until `cibuildwheel` supports `aarch64`.
> Fyi, the memray package in conda-forge ([conda-forge/memray-feedstock](https://github.com/conda-forge/memray-feedstock)) has recently gained builds for linux-aarch64 and linux-ppc64le. Oh, that's very nice! Thanks a lot ❤️ On a note: we **do** have...
Maybe we can do the same for Linux aarch64 using docker on an M1 mac 🤔
Btw @matthiasdiener would you like to do a PR to advertise the conda forge links in the README? Maybe adding some badges as we do for Pypi or in the...
Hi @inglor and thanks for opening the issue! We are super excited to get `memray` packaged for Arch Linux (I use Arch myself) so let us help with anything we...
@inglor I noticed the Arch package is missing some dependencies: Particularly all the python packages seem to be missing: https://github.com/bloomberg/memray/blob/7862de45c709ee47ba1708445d93aa60c4b2c48a/setup.py#L83-L87 And indeed this causes the package to not work: ```...
I'm closing this issue as we are already signing tags. We are unlikely to sign all commits but I personally do with mine.