Jason Swails wrote: > I've submitted a PR to your github repo showing you the changes > necessary to get your module working on my computer.
Segfaults :p which is an improvement :) open("./_hello.cpython-32mu.so", O_RDONLY) = 5 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\7\0\0\0\0\0\0"..., 832) = 832 fstat(5, {st_mode=S_IFREG|0755, st_size=19217, ...}) = 0 getcwd("/root/github/junk/hello", 128) = 24 mmap(NULL, 2101544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f65daea5000 mprotect(0x7f65daea6000, 2093056, PROT_NONE) = 0 mmap(0x7f65db0a5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_DENYWRITE, 5, 0) = 0x7f65db0a5000 close(5) = 0 mprotect(0x7f65db0a5000, 4096, PROT_READ) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- -- https://mail.python.org/mailman/listinfo/python-list