Remove profiling from cython modules
This also fixes the build problems with pypy
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
# cython: c_string_type = str
|
# cython: c_string_type = str
|
||||||
# cython: c_string_encoding = default
|
# cython: c_string_encoding = default
|
||||||
# cython: embedsignature = True
|
# cython: embedsignature = True
|
||||||
# cython: profile=True
|
|
||||||
|
|
||||||
cimport cython
|
cimport cython
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
# cython: c_string_type = str
|
# cython: c_string_type = str
|
||||||
# cython: c_string_encoding = default
|
# cython: c_string_encoding = default
|
||||||
# cython: embedsignature = True
|
# cython: embedsignature = True
|
||||||
# cython: profile=True
|
|
||||||
|
|
||||||
{% macro getter(field, type) -%}
|
{% macro getter(field, type) -%}
|
||||||
{% if 'uint' in field['type'] -%}
|
{% if 'uint' in field['type'] -%}
|
||||||
|
|||||||
Reference in New Issue
Block a user