From 97103453801aeb99cc5139af4f3808a3e0c72753 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Fri, 3 Oct 2014 18:20:04 -0500
Subject: [PATCH] Add a TODO item

---
 TODOs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/TODOs b/TODOs
index b3681051..06b89327 100644
--- a/TODOs
+++ b/TODOs
@@ -11,3 +11,7 @@
 - GLTexture
 - get_gl_context_info_khr
 - ?clEnqueueNativeKernel
+
+- Buffer interface functions should really use new-style buffer interface
+  (old-style does not work in Py3)
+  https://github.com/numpy/numpy/issues/4747
-- 
GitLab