+- PyO3 `extension-module` feature 를 default features 에서 분리 ([PR #13](https://github.com/DanMeon/rhwp-python/pull/13), [PyO3 FAQ](https://pyo3.rs/main/faq#i-cant-run-cargo-test) 권장 패턴) — `cargo test` 가 libpython 링크 시도 없이 정상 작동, `src/ir.rs` 의 Rust unit test 13개 (`assert_position_invariant_panics_on_mismatch` 의 `#[should_panic]` 포함) 가 CI 에서 검증됨. wheel 빌드 동작 동일 — `[tool.maturin] features = ["extension-module"]` 가 명시적 활성화. AC-12 invariant 가 source-grep 외에 진짜 panic 검증으로도 보호됨.
0 commit comments