Skip to content

Fix python3.15 issues#4966

Open
LecrisUT wants to merge 2 commits into
mainfrom
fix/python3.15
Open

Fix python3.15 issues#4966
LecrisUT wants to merge 2 commits into
mainfrom
fix/python3.15

Conversation

@LecrisUT

@LecrisUT LecrisUT commented Jun 8, 2026

Copy link
Copy Markdown
Member

@LecrisUT LecrisUT added status | blocking other work An important pull request, blocking other pull requests or issues ci | full test Pull request is ready for the full test execution labels Jun 8, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request replaces checks against the private dataclasses._MISSING_TYPE with comparisons against the public dataclasses.MISSING sentinel. Use identity comparison (is not) instead of equality comparison (!=) for the dataclasses.MISSING sentinel.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread tmt/container/__init__.py Outdated
Comment thread tmt/container/__init__.py Outdated
@LecrisUT LecrisUT mentioned this pull request Jun 8, 2026
5 tasks
@LecrisUT LecrisUT added this to planning Jun 8, 2026
@github-project-automation github-project-automation Bot moved this to backlog in planning Jun 8, 2026
@LecrisUT LecrisUT moved this from backlog to implement in planning Jun 8, 2026
Signed-off-by: Cristian Le <git@lecris.dev>
Signed-off-by: Cristian Le <git@lecris.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci | full test Pull request is ready for the full test execution status | blocking other work An important pull request, blocking other pull requests or issues

Projects

Status: implement

Development

Successfully merging this pull request may close these issues.

3 participants