-
When new objects are created, the allocation code ends calling into `_Py_NewReference` (with some exceptions). `tracemalloc` has a hook into this function to correlate allocations and traces (that do …
-
**Is your feature request related to a problem? Please describe.**
Here is a link to the issue on PIVLab: https://github.com/Shrediquette/PIVlab/issues/68#issue-973313073
The message is about diff…
-
##### Description
Code has 187 lines including white space and comments. It would take a few minutes to run. I couldn't even run it on my work laptop without it crashing.
##### How to reproduce
R…
-
Hi 👋 ,
I'm Pablo Galindo, the 3.10 and 3.11 release manager of CPython. I am opening this issue because I would like to discuss
the possibility of automatically building `dSYM` files in interprete…
-
We currently benchmark with [ASV](http://modin.org/modin-bench/#/) which tests for regressions in individual functions. It would be nice to test for the interaction of 2+ functions.
A brute force a…
-
A Python application which reads the execution configuration and runs the required commands.
A library which offers profilers and random data generators to help with code profiling.
We compile a…
-
While running tests on profilers you constantly have to kill the server and start it over to test different things. In the moment I'm using [vprof](https://github.com/nvdv/vprof) to test a few things …
-
A common pattern (in BLAS libraries, numexpr, blosc2, Polars) is to have a thread pool that runs tasks on behalf of the Python thread. Allocations can happen in this thread pool.
From a Python prog…
-
Hi, we recently upgraded to Python 3.10 (from Python 3.9) in our service using cloud-profiler-python and are seeing the following error repeatedly in our logs:
```
INFO - warning: Failed to collec…
-
### Bug description
When I try to use profiler='advanced' when creating a trainer, this error will be raised inside trainer.fit():
```cmd
ValueError: Another profiling tool is already active
```
…