Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Compatibility with python<3.7 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlimb authored and shssf committed Jul 15, 2019
1 parent 456a12e commit 3e879ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hpat/_str_decode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#include <iostream>
#include "_meminfo.h"

#ifndef Py_UNREACHABLE
#define Py_UNREACHABLE() abort()
#endif

// ******** ported from CPython 31e8d69bfe7cf5d4ffe0967cb225d2a8a229cc97

Expand Down

0 comments on commit 3e879ed

Please sign in to comment.