You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): build each extension into its own subdir in TestGilString
gopy compiles generated C files in-place via os.Chdir(outputDir), so
building two packages into the same directory caused symbol collisions
(redefinition of gopy_build_bool, GoPyInit, etc.). Each package now
gets its own subdirectory under the shared workdir, mirroring how
extensions coexist under site-packages in a real virtualenv.
0 commit comments