py-spy v0.3.5 Release Notes

    • Handle case where linux kernel is compiled without process_vm_readv support #22
    • ๐Ÿ– Handle case where /proc/self/ns/mnt is missing #326
    • ๐Ÿ‘ Allow attaching to processes where the python binary has been deleted #109
    • ๐Ÿ‘‰ Make '--output' optional #229
    • โž• Add --full-filenames to allow showing full Python filenames #363
    • Count "samples" as the number of recorded stacks (per thread) #365
    • Exit with an error if --gil but we failed to get necessary addrs/offsets #361
    • Include command/options used to run py-spy in flamegraph output #293
    • ๐Ÿ›  GIL Detection fixes for python 3.9.2/3.8.8 #362
    • ๐Ÿšš Move to Github Actions for CI