You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python module is now PEP-384 compliant and uses the Python stable ABI which means that it should be compatible with every current and future Python 3 versions (#12),
Turned the library into a header-only library (#13),
constexpr the library wherever was possible, as well as const,
Fix a bug where the mmap return was checked but it didn't invoke perror,
Fix the DisplayUtils mess,
Turn Page into a namespace instead of a structure,
Use optional for VirtTranslate to handle error case properly,
Build w/ Py3.6-3.9 on both Windows/Linux in the CI,