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

Commit 3e879ed

Browse files
fschlimbshssf
authored andcommitted
Compatibility with python<3.7 (#85)
1 parent 456a12e commit 3e879ed

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

hpat/_str_decode.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#include <iostream>
33
#include "_meminfo.h"
44

5+
#ifndef Py_UNREACHABLE
6+
#define Py_UNREACHABLE() abort()
7+
#endif
58

69
// ******** ported from CPython 31e8d69bfe7cf5d4ffe0967cb225d2a8a229cc97
710

0 commit comments

Comments
 (0)