Skip to content

python: add in-process (FFI) transport - #1975

Merged
SteveSandersonMS merged 7 commits into
mainfrom
stevesa/python-ffi
Jul 13, 2026
Merged

SteveSandersonMS merged 7 commits into
mainfrom
stevesa/python-ffi

Address PR review comments for Python in-process transport

ea27bb6
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 13, 2026 in 2s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 215 in python/copilot/_ffi_runtime_host.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_loaded_library' is not used.

Check notice on line 216 in python/copilot/_ffi_runtime_host.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_loaded_library_path' is not used.