Commit a4ae7f9e authored by Stefan Behnel's avatar Stefan Behnel

avoid double caching of Refnanny utility code

parent ba314162
...@@ -2940,7 +2940,7 @@ bad: ...@@ -2940,7 +2940,7 @@ bad:
""" % {'IMPORT_STAR' : Naming.import_star, """ % {'IMPORT_STAR' : Naming.import_star,
'IMPORT_STAR_SET' : Naming.import_star_set } 'IMPORT_STAR_SET' : Naming.import_star_set }
refnanny_utility_code = UtilityCode.load_cached("Refnanny", "ModuleSetupCode.c") refnanny_utility_code = UtilityCode.load("Refnanny", "ModuleSetupCode.c")
main_method = UtilityCode.load("MainFunction", "Embed.c") main_method = UtilityCode.load("MainFunction", "Embed.c")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment