diff options
Diffstat (limited to 'Cython/Compiler/ModuleNode.py')
-rw-r--r-- | Cython/Compiler/ModuleNode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Compiler/ModuleNode.py b/Cython/Compiler/ModuleNode.py index 35d5e4f6e..586035604 100644 --- a/Cython/Compiler/ModuleNode.py +++ b/Cython/Compiler/ModuleNode.py @@ -3286,4 +3286,4 @@ packed_struct_utility_code = UtilityCode(proto=""" #endif """, impl="", proto_block='utility_code_proto_before_types') -capsule_utility_code = UtilityCode.load("Capsule") +capsule_utility_code = UtilityCode.load("Capsule", "Capsule.c") |