File: cy3

package info (click to toggle)
azure-uamqp-python 1.6.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 35,584 kB
  • sloc: ansic: 184,383; cpp: 7,738; python: 7,733; cs: 5,767; sh: 983; xml: 298; makefile: 34
file content (13 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
From: Michael R. Crusoe <crusoe@debian.org>
Subject: Cython, silence warnings about the language_level
--- azure-uamqp-python.orig/setup.py
+++ azure-uamqp-python/setup.py
@@ -248,7 +248,7 @@
     history = f.read()
 
 if USE_CYTHON:
-    extensions = cythonize(extensions)
+    extensions = cythonize(extensions, language_level = "3str")
 
 setup(
     name='uamqp',