Victor Stinner
Victor Stinner
What is the behavior on this `nb_float=NULL` type with your change? Does `return PyFloat_FromString(o)` fail?
> bedevere/news — No news entry in Misc/NEWS.d/next/ or "skip news" label found Would you mind to add a NEWS entry in the Build category? You can use blurb-it online...
@picnixz: What do you think of not adding `cpython:mmap:` prefix? `set_name("abc")` would sets the memory mapping name to `[abc]`.
Ok, let's add the `cpython:mmap:` prefix.
cc @iritkatriel
What's the status of this PR? I'm now confused :-(
> The details are explained in the urllib3 ticket including outputs from memray and it points to ssl package (precisely [ssl.SSLContext.load_verify_locations](https://docs.python.org/3/library/ssl.html#ssl.SSLContext.load_verify_locations)), see: https://github.com/urllib3/urllib3/issues/3738 Please provide a reproducer, if possible using...
Do you also see the leak on Python 3.14 if you call `gc.collect()` time to time?
So if you call explicitly `gc.collect()`, there is no more leak? It seems like Python 3.14 GC behaves differently. cc @nascheme @markshannon