pub fn fetch_issue_internal(
repo: &str,
number: u64,
) -> Result<(String, Option<String>), String>Expand description
Fetch, assemble, compact, and return (compacted_json, cache_entries_json).
This function does all network I/O and CPU work. Designed to run with the
GIL released via py.allow_threads().