Skip to content

fix(python): remove unused server port cache - #2084

Open
nightcityblade wants to merge 1 commit into
pmxt-dev:mainfrom
nightcityblade:fix/issue-1706
Open

fix(python): remove unused server port cache#2084
nightcityblade wants to merge 1 commit into
pmxt-dev:mainfrom
nightcityblade:fix/issue-1706

Conversation

@nightcityblade

Copy link
Copy Markdown

Fixes #1706

Removes the unused ServerManager._port cache and its now-dead URL parsing helper. Runtime port discovery continues to use the lock file as the authoritative source.

Tests:

  • pytest -q tests/test_server_manager.py with the generated package from the released wheel on PYTHONPATH (2 passed)
  • python -m py_compile sdks/python/pmxt/server_manager.py
  • git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SDK drift: dead, unused self._port attribute in Python's ServerManager, with no TypeScript equivalent

1 participant