Fix select.select list construction#8247
Conversation
Assisted-by: Codex:gpt-5.6-sol
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
📦 Library DependenciesThe following Lib/ modules were modified. Here are their dependencies: [x] test: cpython/Lib/test/test_select.py (TODO: 2) dependencies: dependent tests: (109 tests)
Legend:
|
Summary
This pull request just complement CPython compatibility by correcting
select.selectfunction's logic.