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 e408894 commit f4fc413Copy full SHA for f4fc413
pysrc/juliacall/__init__.py
@@ -189,7 +189,7 @@ def args_from_config():
189
jl_eval.argtypes = [c.c_char_p]
190
jl_eval.restype = c.c_void_p
191
def jlstr(x):
192
- return 'raw"' + x.replace('"', '\\"').replace('\\', '\\\\') + '"'
+ return 'raw"' + x + '"'
193
script = '''
194
try
195
Base.require(Main, :CompilerSupportLibraries_jll)
0 commit comments