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.
1 parent 279f4ee commit 17cb6f7Copy full SHA for 17cb6f7
graalpython/lib-graalpython/modules/hpy/devel/__init__.py
@@ -296,7 +296,7 @@ def _finalize_hpy_ext(self, ext):
296
if ext.hpy_abi == 'cpython':
297
ext.extra_objects.append(self.hpydevel.get_ctx_lib())
298
ext._hpy_needs_stub = False
299
- if ext.hpy_abi == 'universal':
+ elif ext.hpy_abi == 'universal':
300
ext.define_macros.append(('HPY_UNIVERSAL_ABI', None))
301
ext._hpy_needs_stub = True
302
else:
0 commit comments