Fix determining PAGESIZE under Jython (#314)
authormephi42 <mephi42@gmail.com>
Thu, 21 May 2020 12:18:17 +0000 (14:18 +0200)
committerGitHub <noreply@github.com>
Thu, 21 May 2020 12:18:17 +0000 (05:18 -0700)
commit478f61c3a590323144c9c1e0ef7b7254d9f82b6f
tree0b34489a9f4e8f3fb0cbdac5634465e5c904ee0c
parente987bd812107a2820b073eef6a6c01556b3cb44e
Fix determining PAGESIZE under Jython (#314)

Jython has neither `resource` nor `mmap`, therefore just use a
reasonable default.
elftools/elf/elffile.py