We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc2387 commit b163008Copy full SHA for b163008
pysrc/juliacall/__init__.py
@@ -146,6 +146,7 @@ def args_from_config(config):
146
CONFIG['opt_warn_overwrite'] = choice('warn_overwrite', ['yes', 'no'])[0]
147
CONFIG['opt_handle_signals'] = choice('handle_signals', ['yes', 'no'])[0]
148
CONFIG['opt_startup_file'] = choice('startup_file', ['yes', 'no'])[0]
149
+ CONFIG['opt_heap_size_hint'] = option('heap_size_hint')[0]
150
151
# Stop if we already initialised
152
if CONFIG['inited']:
0 commit comments