We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@cython.freelist
1 parent 6f3472a commit 3d93992Copy full SHA for 3d93992
src/godot/builtins_pxd/class.pxd.j2
@@ -4,7 +4,6 @@
4
5
6
{% macro render_class(builtin) %}
7
-@cython.freelist(8)
8
@cython.final
9
cdef class {{ builtin.cy_type }}:
10
cdef {{builtin.c_type }} _gd_data
src/godot/builtins_pyx/class.pyx.j2
@@ -29,7 +29,6 @@ class {{ builtin.cy_type }}{{ e.original_name }}(IntEnum):
29
30
31
{% endfor %}
32
33
34
35
# Constructors
0 commit comments