mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-13 10:50:21 -04:00
msgpack: add cython: language_level=2
does not cythonize with language_level=3.
This commit is contained in:
parent
8ac86b8cae
commit
dabbcf7231
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# coding: utf-8
|
||||
#cython: embedsignature=True, c_string_encoding=ascii
|
||||
#cython: embedsignature=True, c_string_encoding=ascii, language_level=2
|
||||
|
||||
from cpython cimport *
|
||||
from cpython.version cimport PY_MAJOR_VERSION
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# coding: utf-8
|
||||
#cython: embedsignature=True, c_string_encoding=ascii
|
||||
#cython: embedsignature=True, c_string_encoding=ascii, language_level=2
|
||||
|
||||
from cpython.version cimport PY_MAJOR_VERSION
|
||||
from cpython.bytes cimport (
|
||||
|
|
|
|||
Loading…
Reference in a new issue