mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-02 18:40:55 +00:00
Merge branch 'release-0.4'
This commit is contained in:
commit
83e7b0aeac
3 changed files with 4 additions and 7 deletions
2
setup.py
2
setup.py
|
|
@ -21,7 +21,7 @@ except ImportError:
|
|||
|
||||
def cythonize(src):
|
||||
sys.stderr.write("cythonize: %r\n" % (src,))
|
||||
cython_compiler.compile([src], cplus=True, emit_linenums=True)
|
||||
cython_compiler.compile([src], cplus=True)
|
||||
|
||||
def ensure_source(src):
|
||||
pyx = os.path.splitext(src)[0] + '.pyx'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue