Remove profiling from cython modules

This also fixes the build problems with pypy
This commit is contained in:
Jason Paryani
2014-10-27 12:56:01 -07:00
parent 502b94e1b6
commit f69d7e13f6
2 changed files with 0 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
# cython: c_string_type = str
# cython: c_string_encoding = default
# cython: embedsignature = True
# cython: profile=True
cimport cython

View File

@@ -7,7 +7,6 @@
# cython: c_string_type = str
# cython: c_string_encoding = default
# cython: embedsignature = True
# cython: profile=True
{% macro getter(field, type) -%}
{% if 'uint' in field['type'] -%}