You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/python-project-porting/references/gotchas-index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Gotchas index — router for the themed gotcha files
2
2
3
-
The porting gotchas (293 of them) live in [`references/gotchas/`](gotchas/), split by theme so only the relevant slice loads. Every gotcha keeps a **permanent number** cited elsewhere as "gotcha N" (and in workflow comments as "CLAUDE.md gotcha N"). Numbers are stable IDs — **not sequential**, and four are **reused** with different content (two each of 33, 55, 56, 57), disambiguated by theme below.
3
+
The porting gotchas (294 of them) live in [`references/gotchas/`](gotchas/), split by theme so only the relevant slice loads. Every gotcha keeps a **permanent number** cited elsewhere as "gotcha N" (and in workflow comments as "CLAUDE.md gotcha N"). Numbers are stable IDs — **not sequential**, and four are **reused** with different content (two each of 33, 55, 56, 57), disambiguated by theme below.
4
4
5
5
## How to find the gotcha you need
6
6
@@ -86,6 +86,7 @@ The porting gotchas (293 of them) live in [`references/gotchas/`](gotchas/), spl
86
86
-**268** — A vendored C-core git submodule can have its own `git describe`-based
87
87
-**274** — A build-from-checkout package can tag releases in a format the version
88
88
-**275** — A live, legitimate `project_urls` repo link is not proof it holds the released
89
+
-**299** — Gotcha 103's "no tag, but a real commit does the bump" can be missing entirely —
89
90
90
91
### cibuildwheel mechanics, the matrix & abi3 — [`gotchas/cibuildwheel-matrix-and-abi3.md`](gotchas/cibuildwheel-matrix-and-abi3.md)
0 commit comments