From f05d7396b570645b7b9e3c8067db675c2cb4da96 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 3 Aug 2017 12:46:43 +0000 Subject: testing/micropython: skip ffi_callback test and cleanup the ffi_callback will not work under PaX kernel since it tries to allocate memory which is both executable and writeable. --- testing/micropython/python3.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testing/micropython/python3.patch (limited to 'testing/micropython/python3.patch') diff --git a/testing/micropython/python3.patch b/testing/micropython/python3.patch new file mode 100644 index 0000000000..ca269d39c3 --- /dev/null +++ b/testing/micropython/python3.patch @@ -0,0 +1,10 @@ +diff --git a/tools/make-frozen.py b/tools/make-frozen.py +index 1051b52..06ee7a3 100755 +--- a/tools/make-frozen.py ++++ b/tools/make-frozen.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + # + # Create frozen modules structure for MicroPython. + # -- cgit v1.2.3