Hi there 
I am Pablo Galindo Salgado and I'm a Python core developer, Steering Council member and release manager of Python 3.10 and 3.11. If you find my open source contributions valuable, please consider sponsoring me.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse
I am Pablo Galindo Salgado and I'm a Python core developer, Steering Council member and release manager of Python 3.10 and 3.11. If you find my open source contributions valuable, please consider sponsoring me.
aligned_alloc
--no-compress
sys.path when running memray run
popFrames
CACHE handling into _unpack_opargs
PyUnicode_AsUTF8String (GH-92325)
PyUnicode_AsUTF8String (GH-92325)
PyUnicode_AsUTF8String
Consider this code:
import mmap with mmap.mmap(-1, 10000000000): pass
This is what we currently show in the stat reporter:
📏 Total allocations: 20…