-
Over at [SymPy](https://github.com/sympy/sympy/pull/27223#issuecomment-2463307601), they found this code that raises on PyPy but works fine on CPython:
```
import linecache
import weakref
def …
-
- [ ] Update the `community-members.md` and and `codeowners`: https://github.com/open-telemetry/community/
- [ ] For each new GC member, complete an issue created with the [GC Member Onboarding](https…
-
Hello Harbor-devs,
we have a strange problem here: after the GC, a project quota is set to about 1 percent of
the space actually occupied by the images in the project.
**our environment:**
bo…
-
-
### Description
One of our Winforms applications, with workstation gc, randomly freezes. The application is running on laptops and doing multithreaded (around 24 or 32 threads) calculations that invo…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What would you like to be added?
right not only if original key is dropped should we gc snapshot kv.
Under s…
-
I have a multi-threaded application that puts network port statistics into a global map, then periodically (currently 6 second intervals) iterates through the main gtk.ListStore, gets an index key fro…
-
After supplying a path where i know it exists I just received another error:
```bash
AttributeError: 'Namespace' object has no attribute 'gc'
```
Here is the full traceback:
```bash
❯ auto…
-
When benchmarking [dowsing](https://github.com/Drup/dowsing), I added the compiler flag `-noassert` to remove the cost of the runtime check we are doing.
Just adding the flag with no other change mad…
-
Hello Harbor team!
I am having some issues with the garbage collector in my Harbor instance (v2.11.1). It is a docker compose installation, with data saved directly on disk. The GC is scheduled to …