]> git.pld-linux.org Git - packages/brltty.git/blobdiff - brltty-python.patch
- rediff patches
[packages/brltty.git] / brltty-python.patch
index b40b5d5031b6a43218163049bbc91e4e6c23887d..b21ff7b9f9ff182b565ad0ebda2abff4aae32fe0 100644 (file)
@@ -1,6 +1,7 @@
---- brltty-4.5/Bindings/Python/brlapi.pyx      2013-06-20 07:32:09.000000000 +0000
-+++ brltty-4.5/Bindings/Python/brlapi.pyx      2013-06-20 07:32:52.064634045 +0000
-@@ -497,7 +497,7 @@
+diff -urNp -x '*.orig' brltty-6.1.org/Bindings/Python/brlapi.pyx brltty-6.1/Bindings/Python/brlapi.pyx
+--- brltty-6.1.org/Bindings/Python/brlapi.pyx  2020-04-05 12:35:34.000000000 +0200
++++ brltty-6.1/Bindings/Python/brlapi.pyx      2021-03-02 22:36:22.870140488 +0100
+@@ -652,7 +652,7 @@ cdef class Connection:
                if (type(dots) == unicode):
                        dots = dots.encode('latin1')
                if (len(dots) < dispSize):
@@ -8,4 +9,4 @@
 +                      dots = dots + "".center(dispSize - len(dots), '\0')
                c_dots = dots
                c_udots = <unsigned char *>c_dots
-               c_brlapi.Py_BEGIN_ALLOW_THREADS
+               with nogil:
This page took 0.034718 seconds and 4 git commands to generate.