go-python / gopy

gopy generates a CPython extension module from a go package.
BSD 3-Clause "New" or "Revised" License
2.05k stars 113 forks source link

String Literal is unterminated #280

Open maaft opened 2 years ago

maaft commented 2 years ago

This Golang string literal: image

Will be generated to: image

some parts of the string are missing.