Michael Pratt
8aafd569c8
Support PyString_AsString() in Python 3 < 3.3
...
In Python 3, version 3.3+, PyUnicode_AsUTF8() provides similar
functionality to Python 2's PyString_AsString().
In older versions of Python 3, there is no public function to provide
the same functionality. However, the "internal" _PyUnicode_AsString()
does provide that functionality, so use it to replace
PyString_AsString().
With this patch, cv2 should compile for Python 3.[0-2].
2013-11-07 23:47:33 -05:00
..
2013-08-29 18:46:45 +04:00
2013-10-22 15:16:22 +04:00
2013-10-28 13:38:25 +04:00
2013-10-22 14:28:00 +04:00
2013-11-01 15:22:34 +04:00
2013-10-08 17:21:22 +04:00
2013-10-01 15:28:51 +04:00
2013-09-06 15:44:44 +04:00
2013-09-23 12:16:57 +04:00
2013-09-02 14:00:44 +04:00
2013-09-06 15:44:44 +04:00
2013-09-06 15:44:44 +04:00
2013-09-06 15:44:44 +04:00
2013-09-04 09:58:32 +04:00
2013-10-11 23:31:31 -04:00
2013-10-22 12:08:43 +05:30
2013-10-21 16:34:45 +04:00
2013-10-21 21:43:26 +02:00
2013-10-02 16:09:45 +04:00
2013-11-05 16:38:23 +04:00
2013-11-06 13:59:44 +04:00
2013-11-06 12:32:03 +04:00
2013-10-22 14:05:15 +04:00
2013-10-24 18:20:16 +01:00
2013-10-15 20:08:52 +04:00
2013-11-05 16:38:23 +04:00
2013-10-29 16:03:51 +04:00
2013-11-05 16:38:23 +04:00
2013-10-29 16:14:32 +04:00
2013-10-08 12:46:43 +04:00
2013-11-07 23:47:33 -05:00
2013-10-08 13:50:49 +04:00
2013-09-06 15:44:44 +04:00
2013-10-08 18:13:56 +04:00
2013-11-05 16:38:23 +04:00
2013-10-22 14:28:00 +04:00
2013-11-05 16:38:23 +04:00
2013-09-06 15:44:44 +04:00
2013-10-03 02:10:27 +02:00
2013-08-21 18:59:24 +04:00
2013-06-10 18:18:01 +04:00