GoogleContainerTools / GoogleContainerTools/container-debug-support
Python launcher should support python args
未关闭
还没有人认领这个 Issue。
- 主要语言
- Go
- 星标
- 104
- 派生
- 32
- PR 合并指标
- 30 天内没有已合并 PR
描述
This issue is to track adding support for the Python launcher used in skaffold debug for Python interpreter command-line flags. Please add a 👍 if this affects you and please describe which arguments you are using and why.
The Python launcher does not support invocations of the Python interpreter with command-line arguments other than -m for a modue. For example: python -E -m flask will break. A cursory look doesn't show that args are typically used with Python apps.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 skaffold debug 使用的 Python launcher 入手,并复现失败的调用 python -E -m flask。跟踪当前如何处理解释器参数,然后验证除 -m 之外的命令行标志能够正常工作,而不会破坏模块启动。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- devtools
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100