Skip to content

Commit 6db85d4

Browse files
Docs: Require release branches for CPython source code reviews
Co-Authored-By: Amp <amp@ampcode.com>
1 parent cbfc8b2 commit 6db85d4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CORRECTNESS_REVIEW_PROMPT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ You are an expert Python core contributor. You must review the time and space co
1010
- Validate code examples produce expected results
1111
- Flag any misleading or incomplete explanations
1212

13+
## Source Code References
14+
15+
When reviewing against CPython source code, you MUST use the corresponding release branch (e.g., `3.14`, `3.13`), never `main`. The `main` branch contains unreleased changes that may not reflect documented behavior.
16+
1317
## Output
1418

1519
Report any errors with:

0 commit comments

Comments
 (0)