公开记录
软件健康报告模式 0.27.0 · 指标 1.13.0 · 2026-07-27 03:59 UTC

ronaldoussoren / cpython

The Python programming language

Python · C自定义许可证★ 1 星标⑂ 0 复刻始于 2017年7月复刻在 GitHub 上查看 ↗

ronaldoussoren/cpython 的健康指数为 100 分中的 24 分,处于「危急」区间。 其得分最高的类别是Engineering Quality(76/100),最低的是Community & Adoption(9/100)。 最近一次更新在 431 天前。 近期的大部分工作由 10 位贡献者完成。

24
总分 / 100
危急

软件健康指数

指标归入加权类别,统一采用 1–100 量表。总体分先取类别加权平均;当公开证据触发高风险司法辖区政策时,评级会按政策调整,并设置 49(有风险)的上限。AI 就绪度不计入总体分。

24
优秀85-100堪称典范;基本满足所有检验标准
良好70-84健康;仅有轻微不足
中等50-69可接受,但存在明显不足;建议进行审查
存在风险30-49存在重大薄弱环节;采用时应保持审慎
危急1-29问题严重(项目被弃置、仅有单一维护者、缺乏基本工程规范)
活力社区与采用可持续性与治理工程质量安全AI 就绪度

评分画像

每条轴代表一个类别。形状比平均值更重要——健康的对象会填满整个图形,而“一峰一谷”式画像意味着某一维度的优势正掩盖另一维度的风险。

Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.

所有权

Ronald Oussoren个人账户
150 关注者25 个公开仓库始于 2011年4月

该仓库由个人账户拥有。相较于组织支持的项目,单一所有者项目的延续性风险更高。

按类别列示的指标

活力

项目是否仍有生命——是否仍在编写代码,是否仍在发布版本?

17危急 · 占总体的 22%
评分方式
0/36推送新近度 — 最近一次推送于 431 天前
0/36提交节奏 — 52 周中有 0 周有提交
0/18提交量 — 最近一年 0 次提交
0/10OpenSSF Scorecard:Maintained — 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
所用输入
commits_last_year0
human_commit_share1
days_since_last_push431
active_weeks_last_year0

发布纪律

40存在风险
评分方式
16.2/27有发布版本 — 30 个版本标签(无 GitHub 发布版本)
0/36发布时效 — 最近一次发布版本于 3,414 天前
19.8/27发布节奏 — 约每 83.9 天发布一次
0/10OpenSSF Scorecard:Signed-Releases — 无数据
所用输入
releases_count30
latest_release_tagv3.6.1
releases_from_tags
days_since_latest_release3,414
mean_days_between_releases83.9
已排除计分(无数据或不适用):OpenSSF Scorecard:Signed-Releases。 其余权重已重新归一化。

社区与采用

项目是否拥有用户、下载量与关注度,并具备欢迎贡献者参与的配置?

9危急 · 占总体的 18%
评分方式
0/60星标 — 1 个星标
0/25复刻 — 0 个复刻
0/15关注者 — 0 位关注者
所用输入
forks0
stars1
watchers0
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history

社区健康

19危急
评分方式
0/22.5README
16.9/22.5许可证 — 存在许可证文件,但不是可识别的许可证
0/18CONTRIBUTING 指南
0/13.5行为准则
0/7.2议题模板
0/6.3PR 模板
所用输入
has_readme
has_license
has_contributing
has_issue_template
has_code_of_conduct
has_pull_request_template

可持续性与治理

项目能否在其成员之外延续——巴士系数、响应能力、由谁支持,以及软件包的维护状况?

56中等 · 占总体的 24%
评分方式
54/54巴士系数 — 10 位贡献者贡献了半数提交
20/22.5提交分布 — 头号贡献者编写了 11% 的提交
13.5/13.5贡献者广度 — 100 位贡献者
10/10OpenSSF Scorecard:Contributors — project has 48 contributing companies or organizations
所用输入
bus_factor10
contributors_sampled100
top_contributor_share0.109
评分方式
0/46.8议题解决 — 没有议题或无数据
0/38.3PR 接受 — 已裁定的 PR 中 0/42 已合并
0/15OpenSSF Scorecard:Code-Review — Found 0/30 approved changesets -- score normalized to 0
所用输入
merged_prs0
open_issues0
closed_issues0
issue_closed_ratio
closed_unmerged_prs42
已排除计分(无数据或不适用):议题解决。 其余权重已重新归一化。
评分方式
10/30所有权背书 — 个人(用户)账户
0/20已验证域名 — 不适用于个人账户
15.7/25所有者影响力 — ronaldoussoren 有 150 位关注者
22.3/25既往记录 — 25 个公开仓库,账户约 15 年
所用输入
followers150
owner_typeUser
is_verified
owner_loginronaldoussoren
public_repos25
account_age_days5,590
已排除计分(无数据或不适用):已验证域名。 其余权重已重新归一化。

工程质量

基础的工程与文档实践是否到位?

76良好 · 占总体的 20%

工程实践

100优秀
评分方式
24/24CI 工作流 — 16 个工作流
24/24存在测试
16/16Linter 配置 — .ruff.toml
9.6/9.6Pre-commit 钩子
6.4/6.4.editorconfig
0/20OpenSSF Scorecard:CI-Tests — 无数据
所用输入
has_ci
has_tests
has_editorconfig
has_linter_config
has_precommit_config
已排除计分(无数据或不适用):OpenSSF Scorecard:CI-Tests。 其余权重已重新归一化。

文档

40存在风险
评分方式
0/30README
25/25文档目录
15/15文档 / 主页站点 — https://www.python.org/
0/10仓库描述
0/10主题标签
0/10Wiki
所用输入
topics
has_wiki
homepagehttps://www.python.org/
has_readme
has_docs_dir
has_description

安全

可见的安全与供应链实践是否稳固,且不存在未解决的高风险司法辖区暴露?

39存在风险 · 占总体的 16%

安全态势

39存在风险
评分方式
3.8/7.5Binary-Artifacts — binaries present in source code
0/7.5Branch-Protection — branch protection not enabled on development/release branches
0/2.5CI-Tests — 无数据
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 0/30 approved changesets -- score normalized to 0
2.5/2.5Contributors — project has 48 contributing companies or organizations
10/10Dangerous-Workflow — no dangerous workflow patterns detected
7.5/7.5Dependency-Update-Tool — update tool detected
5/5Fuzzing — project is fuzzed
2.2/2.5许可证 — license file detected
0/7.5Maintained — 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
0/5Packaging — 无数据
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
0/5SAST — no SAST tool detected
4.5/5Security-Policy — security policy file detected
0/7.5Signed-Releases — 无数据
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
0/7.5Vulnerabilities — 77 existing vulnerabilities detected
所用输入
sourceopenssf_scorecard
checks_evaluated15
scorecard_versionv5.5.0
checks_inconclusive3
scorecard_aggregate3.9
已排除计分(无数据或不适用):ci_tests, packaging, signed_releases。 其余权重已重新归一化。

AI 就绪度

该仓库在多大程度上具备与 AI 编码代理协同开发与维护的条件?这是一枚独立的实验性徽章——权重为 0.0,因此单独呈现,不影响总体健康评分。

59中等 · 占总体的 0%
评分方式
0/45代理指令 — 没有 CLAUDE.md / AGENTS.md / 编辑器规则
0/15机器可读文档(llms.txt)
36.8/40可读的提交历史 — 100 次人类提交中有 69 次说明了意图(结构化标题或解释性正文)
所用输入
has_llms_txt
legible_history_share0.69
agent_instruction_files
agent_instruction_max_bytes
评分方式
18/18一条命令的引导启动 — Doc/Makefile, Tools/freeze/test/Makefile, Tools/peg_generator/Makefile, Tools/unicode/Makefile
22/22自动化测试
11/11Lint / 格式化配置 — .ruff.toml
11/11静态类型检查 — Lib/test/libregrtest/mypy.ini, Tools/build/mypy.ini, Tools/cases_generator/mypy.ini, Tools/clinic/mypy.ini, Tools/jit/mypy.ini, Tools/peg_generator/mypy.ini, Tools/wasm/mypy.ini
10/10可复现环境 — devcontainer, Dockerfile
0/10已体现的代理实践 — 最近 100 次提交中没有代理编写的提交
5/8自动化维护 — 已配置依赖自动化,但在抽样提交中未观察到
0/10OpenSSF Scorecard:Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
所用输入
has_nix
has_tests
lockfiles
has_dockerfile
typed_language
bootstrap_filesDoc/Makefile, Tools/freeze/test/Makefile, Tools/peg_generator/Makefile, Tools/unicode/Makefile
has_devcontainer
has_linter_config
typecheck_configsLib/test/libregrtest/mypy.ini, Tools/build/mypy.ini, Tools/cases_generator/mypy.ini, Tools/clinic/mypy.ini, Tools/jit/mypy.ini, Tools/peg_generator/mypy.ini, Tools/wasm/mypy.ini
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0
评分方式
27/45可类型检查的代码 — Python,已配置类型检查(Lib/test/libregrtest/mypy.ini, Tools/build/mypy.ini, Tools/cases_generator/mypy.ini, Tools/clinic/mypy.ini, Tools/jit/mypy.ini, Tools/peg_generator/mypy.ini, Tools/wasm/mypy.ini)
50.4/55可控的文件大小 — 采样的 2,868 个源文件中有 241 个超过 60KB
所用输入
primary_languagePython
largest_source_bytes1,468,157
source_files_sampled2,868
oversized_source_files241

机器可读接口

40存在风险
评分方式
0/40API 模式(OpenAPI/GraphQL/proto)
0/20MCP 服务器
40/40可运行示例 — examples
所用输入
example_dirsexamples
has_mcp_signal
api_schema_files

关键数据

1GitHub 星标
100贡献者
0最近 12 个月提交数
431距最近推送天数
30发布版本数
10巴士系数(bus factor)
0开放议题
PyPI软件包生态系统数

数据采集警告

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • Community profile unavailable

更多细节

OpenSSF Scorecard 3.9 / 10
3.9综合

来自开源项目 OpenSSF Scorecard 的独立、工具无关的安全评估。每项检查奖励的是安全实践本身,而非特定供应商的工具。Scorecard 无法判定的检查项标记为 不适用,并从安全评分中剔除(绝不按零分计)。Scorecard v5.5.0 · 2026-07-27 03:59 UTC

5Binary-Artifactsbinaries present in source code
0Branch-Protectionbranch protection not enabled on development/release branches
不适用CI-Testsno pull request found
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 0/30 approved changesets -- score normalized to 0
10Contributorsproject has 48 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
10Fuzzingproject is fuzzed
9Licenselicense file detected
0Maintained0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
不适用Packagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTno SAST tool detected
9Security-Policysecurity policy file detected
不适用Signed-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0Vulnerabilities77 existing vulnerabilities detected
全部依赖 0

来自 GitHub 依赖图的完整解析依赖集合:0 个直接依赖与 0 个间接(传递)软件包。仓库提交锁文件时,传递闭包才是完整的。

注册表软件包版本关系
依赖安全公告 未评估

本报告未能完成公告比对:No resolved dependencies to assess

原始 JSON 报告 机器可读
{
  "data": {
    "repo": {
      "topics": [],
      "is_fork": true,
      "size_kb": 597526,
      "has_wiki": false,
      "homepage": "https://www.python.org/",
      "languages": {
        "C": 18742586,
        "M4": 236021,
        "C++": 393259,
        "CSS": 1325,
        "HTML": 199136,
        "Roff": 45438,
        "XSLT": 1174,
        "PLSQL": 22886,
        "Shell": 66442,
        "DTrace": 2196,
        "Python": 33450834,
        "Assembly": 2415,
        "Makefile": 35656,
        "VBScript": 70,
        "Batchfile": 77732,
        "Dockerfile": 1046,
        "JavaScript": 1980,
        "PowerShell": 20323,
        "Common Lisp": 24579,
        "Objective-C": 26849,
        "Rich Text Format": 6910
      },
      "pushed_at": "2025-05-21T11:32:43Z",
      "created_at": "2017-07-16T07:03:21Z",
      "owner_type": "User",
      "updated_at": "2022-11-14T11:41:04Z",
      "description": "The Python programming language",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": null,
      "default_branch": "main",
      "license_spdx_raw": "NOASSERTION",
      "primary_language": "Python",
      "significant_languages": [
        "Python",
        "C"
      ]
    },
    "owner": {
      "blog": "https://blog.ronaldoussoren.net/",
      "name": "Ronald Oussoren",
      "type": "User",
      "login": "ronaldoussoren",
      "company": null,
      "location": "Amsterdam",
      "followers": 150,
      "avatar_url": "https://avatars.githubusercontent.com/u/713966?v=4",
      "created_at": "2011-04-06T20:57:48Z",
      "is_verified": null,
      "public_repos": 25,
      "account_age_days": 5590
    },
    "license": {
      "state": "custom",
      "spdx_id": null,
      "raw_spdx": "NOASSERTION",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": false
    },
    "activity": {
      "releases": [
        {
          "tag": "v3.6.1",
          "kind": "patch",
          "published_at": "2017-03-21T06:32:38Z"
        },
        {
          "tag": "v3.6.0",
          "kind": "minor",
          "published_at": "2016-12-22T23:38:47Z"
        },
        {
          "tag": "v3.5.3",
          "kind": "patch",
          "published_at": "2017-01-16T08:19:36Z"
        },
        {
          "tag": "v3.5.2",
          "kind": "patch",
          "published_at": "2016-06-25T21:11:09Z"
        },
        {
          "tag": "v3.5.1",
          "kind": "patch",
          "published_at": "2015-12-06T01:05:23Z"
        },
        {
          "tag": "v3.5.0",
          "kind": "minor",
          "published_at": "2015-09-12T16:36:44Z"
        },
        {
          "tag": "v3.4.6",
          "kind": "patch",
          "published_at": "2017-01-16T08:19:54Z"
        },
        {
          "tag": "v3.4.5",
          "kind": "patch",
          "published_at": "2016-06-25T21:44:30Z"
        },
        {
          "tag": "v3.4.4",
          "kind": "patch",
          "published_at": "2015-12-20T03:31:10Z"
        },
        {
          "tag": "v3.4.3",
          "kind": "patch",
          "published_at": "2015-02-25T12:15:33Z"
        },
        {
          "tag": "v3.4.2",
          "kind": "patch",
          "published_at": "2014-10-06T02:05:50Z"
        },
        {
          "tag": "v3.4.1",
          "kind": "patch",
          "published_at": "2014-05-18T04:46:35Z"
        },
        {
          "tag": "v3.4.0",
          "kind": "minor",
          "published_at": "2014-03-16T05:43:17Z"
        },
        {
          "tag": "v3.3.6",
          "kind": "patch",
          "published_at": "2014-10-12T07:03:40Z"
        },
        {
          "tag": "v3.3.5",
          "kind": "patch",
          "published_at": "2014-03-09T08:37:14Z"
        },
        {
          "tag": "v3.3.4",
          "kind": "patch",
          "published_at": "2014-02-09T07:57:59Z"
        },
        {
          "tag": "v3.3.3",
          "kind": "patch",
          "published_at": "2013-11-17T06:58:22Z"
        },
        {
          "tag": "v3.3.2",
          "kind": "patch",
          "published_at": "2013-05-12T17:50:34Z"
        },
        {
          "tag": "v3.2.6",
          "kind": "patch",
          "published_at": "2014-10-12T06:50:38Z"
        },
        {
          "tag": "v3.2.5",
          "kind": "patch",
          "published_at": "2013-05-12T10:28:20Z"
        },
        {
          "tag": "v2.7.13",
          "kind": "patch",
          "published_at": "2016-12-17T20:00:35Z"
        },
        {
          "tag": "v2.7.12",
          "kind": "patch",
          "published_at": "2016-06-25T21:03:21Z"
        },
        {
          "tag": "v2.7.11",
          "kind": "patch",
          "published_at": "2015-12-05T19:45:17Z"
        },
        {
          "tag": "v2.7.10",
          "kind": "patch",
          "published_at": "2015-05-23T16:02:14Z"
        },
        {
          "tag": "v2.7.9",
          "kind": "patch",
          "published_at": "2014-12-10T15:57:00Z"
        },
        {
          "tag": "v2.7.8",
          "kind": "patch",
          "published_at": "2014-06-30T01:58:16Z"
        },
        {
          "tag": "v2.7.7",
          "kind": "patch",
          "published_at": "2014-05-31T18:22:47Z"
        },
        {
          "tag": "v2.7.6",
          "kind": "patch",
          "published_at": "2013-11-10T07:36:30Z"
        },
        {
          "tag": "v2.7.5",
          "kind": "patch",
          "published_at": "2013-05-12T03:31:33Z"
        },
        {
          "tag": "v2.6.9",
          "kind": "patch",
          "published_at": "2013-10-29T14:14:05Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "57d31ec3598429789492e0b3544efaaffca5799f",
          "body": null,
          "is_bot": false,
          "headline": "Fix typo in multiprocessing docs (#115650)",
          "author_name": "Naglis Jonaitis",
          "author_login": "naglis",
          "committed_at": "2024-02-19T18:19:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8f602981ba95273f036968cfc5ac28fdcd1808fa",
          "body": "…cessing.rst (GH-115665)",
          "is_bot": false,
          "headline": "gh-115664: Fix versionadded and versionchanged directives in multipro…",
          "author_name": "Serhiy Storchaka",
          "author_login": "serhiy-storchaka",
          "committed_at": "2024-02-19T18:03:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b02ab65e8083185b76a7dd06f470b779580a3b03",
          "body": "…ged directives (#115676)",
          "is_bot": false,
          "headline": "gh-115664: Fix chronological ordering of versionadded and versionchan…",
          "author_name": "Brian Schubert",
          "author_login": "brianschubert",
          "committed_at": "2024-02-19T17:54:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e47ecbd0420528f1f9f282d9e7acfcf586a4caa1",
          "body": "…e_known_args() (GH-114180)",
          "is_bot": false,
          "headline": "gh-60346: Improve handling single-dash options in ArgumentParser.pars…",
          "author_name": "Serhiy Storchaka",
          "author_login": "serhiy-storchaka",
          "committed_at": "2024-02-19T17:20:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "872cc9957a9c8b971448e7377fad865f351da6c9",
          "body": null,
          "is_bot": false,
          "headline": "gh-115341: Fix loading unit tests with doctests in -OO mode (GH-115342)",
          "author_name": "Serhiy Storchaka",
          "author_login": "serhiy-storchaka",
          "committed_at": "2024-02-19T17:03:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "07ef9d86a5efa82d06a8e7e15dd3aff1e946aa6b",
          "body": null,
          "is_bot": false,
          "headline": "Fix test_py_compile with -O mode (GH-115345)",
          "author_name": "Serhiy Storchaka",
          "author_login": "serhiy-storchaka",
          "committed_at": "2024-02-19T17:02:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7b25a82e83ad8fe15e4302bb7655309573affa83",
          "body": null,
          "is_bot": false,
          "headline": "Fix test_compile with -O mode (GH-115346)",
          "author_name": "Serhiy Storchaka",
          "author_login": "serhiy-storchaka",
          "committed_at": "2024-02-19T17:02:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ecf16ee50e42f979624e55fa343a8522942db2e7",
          "body": null,
          "is_bot": false,
          "headline": "gh-115154: Fix untokenize handling of unicode named literals (#115171)",
          "author_name": "Pablo Galindo Salgado",
          "author_login": "pablogsal",
          "committed_at": "2024-02-19T14:54:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d504968983c5cd5ddbdf73ccd3693ffb89e7952f",
          "body": "…t_start_method (GH-115658)",
          "is_bot": false,
          "headline": "gh-115652: Fix indentation in the documentation of multiprocessing.ge…",
          "author_name": "Daniel Haag",
          "author_login": "denialhaag",
          "committed_at": "2024-02-19T14:26:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "aa8c1a0d1626b5965c2f3a1d5af15acbb110eac1",
          "body": "Keep the old private _PyCFunctionFastWithKeywords name (Python 3.7)\r\nas an alias to the new public name PyCFunctionFastWithKeywords\r\n(Python 3.13a4).\r\n\r\n_PyCFunctionWithKeywords doesn't exist in Python 3.13a3, whereas\r\n_PyCFunctionFastWithKeywords was removed in Python 3.13a4.",
          "is_bot": false,
          "headline": "gh-114626: Add again _PyCFunctionFastWithKeywords name (GH-115561)",
          "author_name": "Victor Stinner",
          "author_login": "vstinner",
          "committed_at": "2024-02-19T12:20:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cbe809dfa94385bacaa24beee3976ba77a395589",
          "body": null,
          "is_bot": false,
          "headline": "gh-83648: Add missing `deprecated` arg in argparse.rst (GH-115640)",
          "author_name": "0xflotus",
          "author_login": "0xflotus",
          "committed_at": "2024-02-19T08:29:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1476ac2c58669b0a78d3089ebb9cc87955a1f5b0",
          "body": "The charset name \"Windows-31J\" is registered in the IANA Charset Registry[1]\r\nand is implemented in Python as the cp932 codec.\r\n\r\n[1] https://www.iana.org/assignments/charset-reg/windows-31J\r\n\r\nSigned-off-by: Masayuki Moriyama <masayuki.moriyama@miraclelinux.com>",
          "is_bot": false,
          "headline": "gh-102388: Add windows_31j to aliases for cp932 codec (#102389)",
          "author_name": "Masayuki Moriyama",
          "author_login": "moriyama",
          "committed_at": "2024-02-19T08:01:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "177b9cb52e57da4e62dd8483bcd5905990d03f9e",
          "body": "Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>\r\nCo-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>",
          "is_bot": false,
          "headline": "Docs: Add explanation about little/big endian (#109841)",
          "author_name": "Simon A. Eugster",
          "author_login": "Granjow",
          "committed_at": "2024-02-19T07:50:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "53d5e67804227d541ed2f9e8efea8de5d70cb1ec",
          "body": "…ecutor (#115622)",
          "is_bot": false,
          "headline": "gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_ex…",
          "author_name": "Jamie Phan",
          "author_login": "ordinary-jamie",
          "committed_at": "2024-02-19T00:01:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "edea0e7d9938139d53af84de817097bc12bb8f92",
          "body": null,
          "is_bot": false,
          "headline": "gh-114709: Mark commonpath behaviour as changed in 3.13 (#115639)",
          "author_name": "Shantanu",
          "author_login": "hauntsaninja",
          "committed_at": "2024-02-18T22:08:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1e5719a663d5b1703ad588dda4fccd763c7d3e99",
          "body": "* test.bisect_cmd now exit with code 0 on success, and code 1 on\r\n  failure. Before, it was the opposite.\r\n* test.bisect_cmd now runs the test worker process with\r\n  -X faulthandler.\r\n* regrtest RunTests: Add create_python_cmd() and bisect_cmd()\r\n  methods.",
          "is_bot": false,
          "headline": "gh-115122: Add --bisect option to regrtest (#115123)",
          "author_name": "Victor Stinner",
          "author_login": "vstinner",
          "committed_at": "2024-02-18T20:06:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0c80da4c14d904a367968955544dd6ae58c8101c",
          "body": null,
          "is_bot": false,
          "headline": "gh-115572: Move `codeobject.replace()` docs to the data model (#115631)",
          "author_name": "Daler",
          "author_login": "daler-sz",
          "committed_at": "2024-02-18T14:13:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "371c9708863c23ddc716085198ab07fa49968166",
          "body": "Fix the exceptions raised by posixpath.commonpath\r\n\r\nRaise ValueError, not IndexError when passed an empty iterable. Raise\r\nTypeError, not ValueError when passed None.",
          "is_bot": false,
          "headline": "gh-114709: Fix exceptions raised by posixpath.commonpath (#114710)",
          "author_name": "Sebastian Rittau",
          "author_login": "srittau",
          "committed_at": "2024-02-18T08:24:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f9154f8f237e31e7c30f8698f980bee5e494f1e0",
          "body": null,
          "is_bot": false,
          "headline": "gh-108303: Move `Lib/test/sortperf.py` to `Tools/scripts` (#114687)",
          "author_name": "Nikita Sobolev",
          "author_login": "sobolevn",
          "committed_at": "2024-02-18T07:27:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "090dd21ab9379d6a2a6923d6cbab697355fb7165",
          "body": null,
          "is_bot": false,
          "headline": "gh-115618: Remove improper Py_XDECREFs in property methods (GH-115619)",
          "author_name": "Serhiy Storchaka",
          "author_login": "serhiy-storchaka",
          "committed_at": "2024-02-17T21:18:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "aba37d451fabb44a7f478958ba117ae5b6ea54c0",
          "body": "Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>",
          "is_bot": false,
          "headline": "gh-100176: Remove outdated Tools/{io,cc,string}bench (#101853)",
          "author_name": "Hugo van Kemenade",
          "author_login": "hugovk",
          "committed_at": "2024-02-17T21:17:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "90dd653a6122a6c5b4b1fe5abe773c4751e5ca25",
          "body": "…he process priority (GH-115610)",
          "is_bot": false,
          "headline": "gh-115596: Fix ProgramPriorityTests in test_os permanently changing t…",
          "author_name": "Brian Schubert",
          "author_login": "brianschubert",
          "committed_at": "2024-02-17T16:42:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "437924465de5cb81988d1e580797b07090c26a28",
          "body": "It expects priority to be capped with 19, which is the cap for Linux,\r\nbut for FreeBSD the cap is 20 and the test fails under the similar\r\nconditions. Tweak the condition to cover FreeBSD as well.",
          "is_bot": false,
          "headline": "Fix ProgramPriorityTests on FreeBSD with high nice value (GH-100145)",
          "author_name": "Dmitry Marakasov",
          "author_login": "AMDmi3",
          "committed_at": "2024-02-17T14:54:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "265548a4eaaebc3fb379f85f2a919848927f09e5",
          "body": "…on stdout output (GH-115568)",
          "is_bot": false,
          "headline": "gh-115567: Catch test_ctypes.test_callbacks.test_i38748_stackCorrupti…",
          "author_name": "Kirill Podoprigora",
          "author_login": "Eclips4",
          "committed_at": "2024-02-17T13:17:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "04005f5021a17b191dae319faaadf1c942af3fe9",
          "body": null,
          "is_bot": false,
          "headline": "Document use of ANY in test assertions (GH-94060)",
          "author_name": "Thomas Grainger",
          "author_login": "graingert",
          "committed_at": "2024-02-17T13:13:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b9a9e3dd62326b726ad2e8e8efd87ca6327b4019",
          "body": "…107401)",
          "is_bot": false,
          "headline": "gh-107155: Fix help() for lambda function with return annotation (GH-…",
          "author_name": "Kirill Podoprigora",
          "author_login": "Eclips4",
          "committed_at": "2024-02-17T12:47:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "664965a1c141e8af5eb465d29099781a6a2fc3f3",
          "body": "…dexpr_scope' (GH-96561)",
          "is_bot": false,
          "headline": "gh-96497: Mangle name before symtable lookup in 'symtable_extend_name…",
          "author_name": "wookie184",
          "author_login": "wookie184",
          "committed_at": "2024-02-17T12:06:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e88ebc1c4028cf2f0db43659e513440257eaec01",
          "body": "Since 2f3941d743481ac48628b8b2c075f2b82762050b this function returns the\r\nresponse string, rather than nothing.",
          "is_bot": false,
          "headline": "gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825)",
          "author_name": "Matthew Hughes",
          "author_login": "matthewhughes934",
          "committed_at": "2024-02-17T11:57:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "26800cf25a0970d46934fa9a881c0ef6881d642b",
          "body": "…ets < 0 (GH-99709)\n\nlseek() always returns 0 for character pseudo-devices like\r\n`/dev/urandom` (for other non-regular files, e.g. `/dev/stdin`, it\r\nalways returns -1, to which CPython reacts by raising appropriate\r\nexceptions). They are thus technically seekable despite not having seek\r\nsemantics.\r\n[…]\nn\r\npositions < 0 even though these are supposed to be always >= 0.\r\n\r\nInvariably keep the return value non-negative by returning\r\nmax(former_return_value, 0) instead, and add some corresponding tests.",
          "is_bot": false,
          "headline": "gh-95782: Fix io.BufferedReader.tell() etc. being able to return offs…",
          "author_name": "6t8k",
          "author_login": "6t8k",
          "committed_at": "2024-02-17T11:16:06Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "d5a30a1777f04523c7b151b894e999f5714d8e96",
          "body": "…__ function (GH-101062)",
          "is_bot": false,
          "headline": "gh-56499: Update the pickle library's note section for the __setstate…",
          "author_name": "Furkan Onder",
          "author_login": "furkanonder",
          "committed_at": "2024-02-17T10:51:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "debb1386be024181c8c003c5cbf61608024aee09",
          "body": null,
          "is_bot": false,
          "headline": "gh-87688: Amend SSLContext.hostname_checks_common_name docs (GH-100517)",
          "author_name": "Rami",
          "author_login": "ramikg",
          "committed_at": "2024-02-17T10:22:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "09fab93c3d857496c0bd162797fab816c311ee48",
          "body": "…GH-100885)\n\nListSeparator should not be encoded. This could happen when a long line\r\npushes its separator to the next line, which would have been encoded.",
          "is_bot": false,
          "headline": "gh-100884: email/_header_value_parser: don't encode list separators (…",
          "author_name": "Thomas Weißschuh",
          "author_login": "t-8ch",
          "committed_at": "2024-02-17T10:13:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "465db27cb983084e718a1fd9519b2726c96935cb",
          "body": "Update _get_hostport to always remove square brackets\r\nfrom IPv6 addresses. Then add them if needed\r\nin \"CONNECT ..\" and \"Host: \".",
          "is_bot": false,
          "headline": "gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986)",
          "author_name": "Derek Higgins",
          "author_login": "derekhiggins",
          "committed_at": "2024-02-17T10:10:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4dff48d1f454096efa2e1e7b4596bc56c6f68c20",
          "body": "Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>",
          "is_bot": false,
          "headline": "gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (#115580)",
          "author_name": "Hugo van Kemenade",
          "author_login": "hugovk",
          "committed_at": "2024-02-17T10:03:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "30fce5f228b7e2e8fd92f07113ac5632e6baf3b2",
          "body": null,
          "is_bot": false,
          "headline": "gh-101100: Fix Sphinx warnings in `whatsnew/3.1.rst` (#115575)",
          "author_name": "Hugo van Kemenade",
          "author_login": "hugovk",
          "committed_at": "2024-02-17T09:39:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9fd420f53d1b1087d2ae648b0efc44107d27d867",
          "body": "…ip it on WSL (GH-101419)",
          "is_bot": false,
          "headline": "gh-101384: Add socket timeout to ThreadedVSOCKSocketStreamTest and sk…",
          "author_name": "Peter Jiping Xie",
          "author_login": "peterjpxie",
          "committed_at": "2024-02-17T09:12:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d2d78088530433f475d9304104bbc0dac2536edd",
          "body": "Update documentation for re library to explain that a backreference `\\g<0>` is\r\nexpanded to the entire string when using Match.expand().\r\nNote that numeric backreferences to group 0 (`\\0`) are not supported.\r\n\r\nCo-authored-by: Serhiy Storchaka <storchaka@gmail.com>",
          "is_bot": false,
          "headline": "gh-101699: Explain using Match.expand with \\g<0> (GH-101701)",
          "author_name": "Stevoisiak",
          "author_login": "Stevoisiak",
          "committed_at": "2024-02-17T08:33:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "73e8637002639e565938d3f205bf46e7f1dbd6a8",
          "body": "Also include the UDP packet header sizes (8 bytes per packet)\r\nin the buffer size reported to the flow control subsystem.",
          "is_bot": false,
          "headline": "gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)",
          "author_name": "Jamie Phan",
          "author_login": "ordinary-jamie",
          "committed_at": "2024-02-17T02:38:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8db8d7118e1ef22bc7cdc3d8b657bc10c22c2fd6",
          "body": "…… (gh-115546)",
          "is_bot": false,
          "headline": "gh-111968: Split _Py_async_gen_asend_freelist out of _Py_async_gen_fr…",
          "author_name": "Donghee Na",
          "author_login": "corona10",
          "committed_at": "2024-02-17T01:03:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "318f2190bc93796008b0a4241243b0851b418436",
          "body": "Add glossary term references to shutil docs",
          "is_bot": false,
          "headline": "docs: Add glossary term references to shutil docs (#115559)",
          "author_name": "Brian Schubert",
          "author_login": "brianschubert",
          "committed_at": "2024-02-16T22:04:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8b776e0f41d7711f3e2be2435bf85f2d5fa6e009",
          "body": "…y (GH-21471)\n\nCo-authored-by: Serhiy Storchaka <storchaka@gmail.com>",
          "is_bot": false,
          "headline": "gh-85294: Handle missing arguments to @singledispatchmethod gracefull…",
          "author_name": "Ammar Askar",
          "author_login": "ammaraskar",
          "committed_at": "2024-02-16T21:17:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "590319072773bd6cdcca655c420d3adb84838e96",
          "body": "This adds a safe memory reclamation scheme based on FreeBSD's \"GUS\" and\r\nquiescent state based reclamation (QSBR). The API provides a mechanism\r\nfor callers to detect when it is safe to free memory that may be\r\nconcurrently accessed by readers.",
          "is_bot": false,
          "headline": "gh-115103: Implement delayed memory reclamation (QSBR) (#115180)",
          "author_name": "Sam Gross",
          "author_login": "colesbury",
          "committed_at": "2024-02-16T20:25:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "711f42de2e3749208cfa7effa0d45b04e4e1fdd4",
          "body": "…rt.bat (#115557)\n\nThis change essentially replaces usage of `%1` with `%~1`, which removes\r\nquotes, if any. Without this change, the if statements fail due to\r\nthe quotes mangling the syntax.\r\n\r\nAdditionally, this change works around comma being treated as a parameter\r\ndelimiter in test.bat by escaping commas at time of parsing. Tested\r\ncombinations of rt and regrtest arguments, all seems to work as before\r\nbut now you can specify commas in arguments like \"-uall,extralargefile\".",
          "is_bot": false,
          "headline": "gh-115556: Remove quotes from command-line arguments in test.bat and …",
          "author_name": "Łukasz Langa",
          "author_login": "ambv",
          "committed_at": "2024-02-16T20:24:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "74e6f4b32fceea8e8ffb0424d9bdc6589faf7ee4",
          "body": "…mp arg resolution (#115564)",
          "is_bot": false,
          "headline": "gh-112720: make it easier to subclass and modify dis.ArgResolver's ju…",
          "author_name": "Irit Katriel",
          "author_login": "iritkatriel",
          "committed_at": "2024-02-16T19:25:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f366e215044e348659df814c27bf70e78907df21",
          "body": "…#115102)\n\nThe ID of the owning thread (`rlock_owner`) may be accessed by\r\nmultiple threads without holding the underlying lock; relaxed\r\natomics are used in place of the previous loads/stores.\r\n\r\nThe number of times that the lock has been acquired (`rlock_count`)\r\nis only ever accessed by the thread that holds the lock; we do not\r\nneed to use atomics to access it.",
          "is_bot": false,
          "headline": "gh-114271: Make `thread._rlock` thread-safe in free-threaded builds (…",
          "author_name": "mpage",
          "author_login": "mpage",
          "committed_at": "2024-02-16T18:29:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "13addd2bbdcbf96c5ea26a0f425c049f1b71e945",
          "body": "Co-authored-by: Ken Jin <kenjin@python.org>",
          "is_bot": false,
          "headline": "gh-115480: Type / constant propagation for float binary uops (GH-115550)",
          "author_name": "Peter Lazorchak",
          "author_login": "lazorchakp",
          "committed_at": "2024-02-16T18:02:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fbb016973149d983d30351bdd1aaf00df285c776",
          "body": null,
          "is_bot": false,
          "headline": "gh-115362: Add documentation to pystats output (#115365)",
          "author_name": "Michael Droettboom",
          "author_login": "mdboom",
          "committed_at": "2024-02-16T17:06:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2ac9d9f2fbeb743ae6d6b1cbf73337c230e21f3c",
          "body": "Fixes a compiler warning.",
          "is_bot": false,
          "headline": "gh-113743: Give _PyTypes_AfterFork a prototype. (gh-115563)",
          "author_name": "Benjamin Peterson",
          "author_login": "benjaminp",
          "committed_at": "2024-02-16T16:49:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b24c9161a651f549ed48f4b4dba8996fe9cc4e09",
          "body": "The GC keeps track of the number of allocations (less deallocations)\r\nsince the last GC. This buffers the count in thread-local state and uses\r\natomic operations to modify the per-interpreter count. The thread-local\r\nbuffering avoids contention on shared state.\r\n\r\nA consequence is that the GC scheduling is not as precise, so\r\n\"test_sneaky_frame_object\" is skipped because it requires that the GC be\r\nrun exactly after allocating a frame object.",
          "is_bot": false,
          "headline": "gh-112529: Make the GC scheduling thread-safe (#114880)",
          "author_name": "Sam Gross",
          "author_login": "colesbury",
          "committed_at": "2024-02-16T16:22:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f92857a93016aa26ba93959d2bdb690ef52e7f07",
          "body": null,
          "is_bot": false,
          "headline": "gh-115480: Minor fixups in int constant propagation (GH-115507)",
          "author_name": "Ken Jin",
          "author_login": "Fidget-Spinner",
          "committed_at": "2024-02-16T14:59:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "144eb5605b445d22729db6c416d03cc24947ba56",
          "body": "…pl.h (#115560)\n\nInclude/objimpl.h must only contain the limited C API, whereas\r\nPyUnstable_GC_VisitObjects() is excluded from the limited C API.",
          "is_bot": false,
          "headline": "gh-102013: Move PyUnstable_GC_VisitObjects() to Include/cpython/objim…",
          "author_name": "Victor Stinner",
          "author_login": "vstinner",
          "committed_at": "2024-02-16T14:49:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b178eae3a676473e1c2287a46b4941fc0bcd193f",
          "body": "…` as generated (#115551)",
          "is_bot": false,
          "headline": "Add `Python/tier2_redundancy_eliminator_cases.c.h` to `.gitattributes…",
          "author_name": "Nikita Sobolev",
          "author_login": "sobolevn",
          "committed_at": "2024-02-16T13:10:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2a7a0020c9d006d268b839320979364498a5f0e6",
          "body": "… (GH-104590)\n\nCo-authored-by: Chiu-Hsiang Hsu",
          "is_bot": false,
          "headline": "gh-69990: Make Profile.print_stats support sorting by multiple values…",
          "author_name": "Furkan Onder",
          "author_login": "furkanonder",
          "committed_at": "2024-02-16T12:03:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "351c103134e43c2ee43deb10cdc9afb37b916a4e",
          "body": "…ic (#115520)",
          "is_bot": false,
          "headline": "gh-113317: Argument Clinic: move C/Py identifier helpers into libclin…",
          "author_name": "Erlend E. Aasland",
          "author_login": "erlend-aasland",
          "committed_at": "2024-02-16T06:42:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "20eaf4d5dff7fa20f8a745450fef760f0923eb52",
          "body": null,
          "is_bot": false,
          "headline": "gh-115503: Fix `run_presite` error handling (#115504)",
          "author_name": "Nikita Sobolev",
          "author_login": "sobolevn",
          "committed_at": "2024-02-16T05:33:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "321d13fd2b858d76cd4cbd03e6d8c4cba307449e",
          "body": "…15505)",
          "is_bot": false,
          "headline": "gh-111968: Split _Py_dictkeys_freelist out of _Py_dict_freelist (gh-1…",
          "author_name": "Donghee Na",
          "author_login": "corona10",
          "committed_at": "2024-02-16T01:01:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "454d7963e31cded1de3a90642da7259848efd232",
          "body": "Move type-lock to per-interpreter lock to avoid heavy contention in interpreters test",
          "is_bot": false,
          "headline": "gh-113743: Use per-interpreter locks for types (#115541)",
          "author_name": "Dino Viehland",
          "author_login": "DinoV",
          "committed_at": "2024-02-16T00:28:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bce693111bff906ccf9281c22371331aaff766ab",
          "body": "* gh-114572: Fix locking in cert_store_stats and get_ca_certs\r\n\r\ncert_store_stats and get_ca_certs query the SSLContext's X509_STORE with\r\nX509_STORE_get0_objects, but reading the result requires a lock. See\r\nhttps://github.com/openssl/openssl/pull/23224 for details.\r\n\r\nInstead, use X509_STORE_get1_\n[…]\nn current OpenSSLs, but we can\r\npolyfill it with X509_STORE_lock and X509_STORE_unlock.\r\n\r\n* Work around const-correctness problem\r\n\r\n* Add missing X509_STORE_get1_objects failure check\r\n\r\n* Add blurb",
          "is_bot": false,
          "headline": "gh-114572: Fix locking in cert_store_stats and get_ca_certs (#114573)",
          "author_name": "David Benjamin",
          "author_login": "davidben",
          "committed_at": "2024-02-16T00:24:51Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "58cb634632cd4d27e1348320665bcfa010e9cbb2",
          "body": null,
          "is_bot": false,
          "headline": "gh-113317: Argument Clinic: move linear_format into libclinic (#115518)",
          "author_name": "Erlend E. Aasland",
          "author_login": "erlend-aasland",
          "committed_at": "2024-02-15T22:52:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fd2bb4be3dd802b1957cf37fe68a3634ab054b2e",
          "body": "…` (#115499)",
          "is_bot": false,
          "headline": "gh-115498: Fix `SET_COUNT` error handling in `_xxinterpchannelsmodule…",
          "author_name": "Nikita Sobolev",
          "author_login": "sobolevn",
          "committed_at": "2024-02-15T21:31:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "26f23daa1ea30dea368f00c2131017cef2586adc",
          "body": null,
          "is_bot": false,
          "headline": "Merge branch 'main' of https://github.com/python/cpython",
          "author_name": "Thomas Wouters",
          "author_login": "Yhg1s",
          "committed_at": "2024-02-15T20:53:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c08c0679055d96c0397cf128bf7cc8134538b36a",
          "body": null,
          "is_bot": false,
          "headline": "Post 3.13.0a4",
          "author_name": "Thomas Wouters",
          "author_login": "Yhg1s",
          "committed_at": "2024-02-15T20:52:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ae460d450ab854ca66d509ef6971cfe1b6312405",
          "body": "…13930)\n\nMakes _PyType_Lookup thread safe, including:\r\n    Thread safety of the underlying cache.\r\n    Make mutation of mro and type members thread safe\r\n    Also _PyType_GetMRO and _PyType_GetBases are currently returning borrowed references which aren't safe.",
          "is_bot": false,
          "headline": "gh-113743: Make the MRO cache thread-safe in free-threaded builds (#1…",
          "author_name": "Dino Viehland",
          "author_login": "DinoV",
          "committed_at": "2024-02-15T18:54:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e74fa294c9b0c67bfcbefdda5a069f0a7648f524",
          "body": "…) in self converter (#115522)\n\nCo-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>",
          "is_bot": false,
          "headline": "gh-113317: Argument Clinic: inline required_type_for_self_for_parser(…",
          "author_name": "Erlend E. Aasland",
          "author_login": "erlend-aasland",
          "committed_at": "2024-02-15T16:03:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cfb26401f60a428b3674eb5d9eecf315eb55acab",
          "body": "…4689)",
          "is_bot": false,
          "headline": "gh-100734: What's New in 3.x: Add missing detail from 3.x branch (#11…",
          "author_name": "Hugo van Kemenade",
          "author_login": "hugovk",
          "committed_at": "2024-02-15T15:32:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "298bcdc185d1a9709271e61a4cc529d33483add4",
          "body": "…790)",
          "is_bot": false,
          "headline": "gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113…",
          "author_name": "monkeyman192",
          "author_login": "monkeyman192",
          "committed_at": "2024-02-15T14:40:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f42e112fd86edb5507a38a2eb850d0ebc6bc27a2",
          "body": "…alcapi.optimize_cfg. (#115425)",
          "is_bot": false,
          "headline": "gh-115420: Fix translation of exception hander targets by _testintern…",
          "author_name": "Irit Katriel",
          "author_login": "iritkatriel",
          "committed_at": "2024-02-15T14:32:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3a9e67a9fdb4fad13bf42df6eb91126ab2ef45a1",
          "body": "…input (#115379)",
          "is_bot": false,
          "headline": "gh-115376: fix segfault in _testinternalcapi.compiler_codegen on bad …",
          "author_name": "Irit Katriel",
          "author_login": "iritkatriel",
          "committed_at": "2024-02-15T14:32:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "94f1334e52fbc1550feba4f433b16589d55255b9",
          "body": "Replace assert() with _PyObject_ASSERT() in gc.c to dump the object\r\nwhen an assertion fails.",
          "is_bot": false,
          "headline": "gh-115124: Use _PyObject_ASSERT() in gc.c (#115125)",
          "author_name": "Victor Stinner",
          "author_login": "vstinner",
          "committed_at": "2024-02-15T14:29:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "732faf17a618d65d264ffe775fa6db4508e3d9ff",
          "body": "…115494)",
          "is_bot": false,
          "headline": "gh-115347: avoid emitting redundant NOP for the docstring with -OO (#…",
          "author_name": "Irit Katriel",
          "author_login": "iritkatriel",
          "committed_at": "2024-02-15T14:20:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9d34f60783b726de5bb0352d0efb1cbd23a4ac89",
          "body": null,
          "is_bot": false,
          "headline": "Python 3.13.0a4",
          "author_name": "Thomas Wouters",
          "author_login": "Yhg1s",
          "committed_at": "2024-02-15T13:38:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ad4f909e0e7890e027c4ae7fea74586667242ad3",
          "body": "…115433)\n\nThis adds `Py_XBEGIN_CRITICAL_SECTION` and\r\n`Py_XEND_CRITICAL_SECTION`, which accept a possibly NULL object as an\r\nargument. If the argument is NULL, then nothing is locked or unlocked.\r\nOtherwise, they behave like `Py_BEGIN/END_CRITICAL_SECTION`.",
          "is_bot": false,
          "headline": "gh-115432: Add critical section variant that handles a NULL object (#…",
          "author_name": "Sam Gross",
          "author_login": "colesbury",
          "committed_at": "2024-02-15T13:37:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b0e5c35ded6d4a16d7a021c10c99bac94250edd0",
          "body": "…g unloading (#115515)\n\nWork around test.support.interpreters.channels not handling unloading, which\r\nregrtest does when running tests sequentially, by explicitly skipping the\r\nunloading of test.support.interpreters and its submodules.\r\n\r\nThis can be rolled back once test.support.interpreters.channels supports\r\nunloading, if we are keeping sequential runs in the same process around.",
          "is_bot": false,
          "headline": "gh-115490: Work around test.support.interpreters.channels not handlin…",
          "author_name": "T. Wouters",
          "author_login": "Yhg1s",
          "committed_at": "2024-02-15T13:24:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a0149fa6cf5792728bb18ee8e63f6f43b1c96934",
          "body": null,
          "is_bot": false,
          "headline": "gh-113317: Argument Clinic: remove global clinic instance (#115517)",
          "author_name": "Erlend E. Aasland",
          "author_login": "erlend-aasland",
          "committed_at": "2024-02-15T13:21:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7f074a771bc4e3e299799fabf9b054a03f6693d2",
          "body": "…() (#115510)",
          "is_bot": false,
          "headline": "gh-113317: Argument Clinic: don't use global state in warn() and fail…",
          "author_name": "Erlend E. Aasland",
          "author_login": "erlend-aasland",
          "committed_at": "2024-02-15T12:22:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "98ee4ecdbc07ecb8afc37383ad9f7a8466a6d795",
          "body": null,
          "is_bot": false,
          "headline": "gh-113317: Argument Clinic: don't use fail() in CLI (#115513)",
          "author_name": "Erlend E. Aasland",
          "author_login": "erlend-aasland",
          "committed_at": "2024-02-15T12:10:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "edb59d57188e5535729c3948d673d0de1b729c05",
          "body": "* bpo-38364: unwrap partialmethods just like we unwrap partials\r\n\r\nThe inspect.isgeneratorfunction, inspect.iscoroutinefunction and inspect.isasyncgenfunction already unwrap functools.partial objects, this patch adds support for partialmethod objects as well.\r\n\r\nAlso: Rename _partialmethod to __part\n[…]\nhod__.\r\nSince we're checking this attribute on arbitrary function-like objects,\r\nwe should use the namespace reserved for core Python.\r\n\r\n---------\r\n\r\nCo-authored-by: Petr Viktorin <encukou@gmail.com>",
          "is_bot": false,
          "headline": "bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)",
          "author_name": "Martijn Pieters",
          "author_login": "mjpieters",
          "committed_at": "2024-02-15T11:08:45Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "9e3729bbd77fb9dcaea6a06ac760160136d80b79",
          "body": "…4627)\n\n\r\nCo-authored-by: Petr Viktorin <encukou@gmail.com>",
          "is_bot": false,
          "headline": "gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-11…",
          "author_name": "David Hewitt",
          "author_login": "davidhewitt",
          "committed_at": "2024-02-15T10:05:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "32f8ab1ab65c13ed70f047ffd780ec1fe303ff1e",
          "body": "Refactor state_modulename_name() of the parsing state machine, by\r\nadding helpers for the sections that deal with ...:\r\n\r\n1. parsing the function name\r\n2. normalizing \"function kind\"\r\n3. dealing with cloned functions\r\n4. resolving return converters\r\n5. adding the function to the DSL parser",
          "is_bot": false,
          "headline": "gh-114258: Refactor Argument Clinic function name parser (#114930)",
          "author_name": "Erlend E. Aasland",
          "author_login": "erlend-aasland",
          "committed_at": "2024-02-15T08:45:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dc978f6ab62b68c66d3b354638c310ee1cc844a6",
          "body": "… (#113830)\n\nUse critical sections to make deque methods that operate on mutable \r\nstate thread-safe when the GIL is disabled. This is mostly accomplished\r\nby using the @critical_section Argument Clinic directive, though there\r\nare a few places where this was not possible and critical sections had\r\nto be manually acquired/released.",
          "is_bot": false,
          "headline": "gh-112050: Make collections.deque thread-safe in free-threaded builds…",
          "author_name": "mpage",
          "author_login": "mpage",
          "committed_at": "2024-02-15T08:22:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "474204765bdbdd4bc84a8ba49d3a6558e9e4e3fd",
          "body": "The STACK variable is described as like a Python list, so pushing to it should be done with .append() consistently throughout.",
          "is_bot": false,
          "headline": "docs: use consistent .append() in dis.rst (#115434)",
          "author_name": "Ned Batchelder",
          "author_login": "nedbat",
          "committed_at": "2024-02-15T07:14:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4ebf8fbdab1c64041ff0ea54b3d15624f6e01511",
          "body": null,
          "is_bot": false,
          "headline": "gh-115480: Type and constant propagation for int BINARY_OPs (GH-115478)",
          "author_name": "Ken Jin",
          "author_login": "Fidget-Spinner",
          "committed_at": "2024-02-15T06:02:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ed23839dc5ce21ea9ca087fac170fa1412005210",
          "body": "* Trigger JIT CI with optimizer files",
          "is_bot": false,
          "headline": "Trigger JIT CI with optimizer files (#115483)",
          "author_name": "Ken Jin",
          "author_login": "Fidget-Spinner",
          "committed_at": "2024-02-15T06:01:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "18343c09856fcac11f813a5a59ffe3a35928c0cc",
          "body": null,
          "is_bot": false,
          "headline": "GH-113516: don't set `LDSHARED` when building for WASI (GH-115495)",
          "author_name": "Brett Cannon",
          "author_login": "brettcannon",
          "committed_at": "2024-02-15T00:51:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "468430189d3ebe16f3067279f9be0fe82cdfadf6",
          "body": "…15484)\n\nThis is a temporary fix to unblock embedders that do not call Py_Main().\r\n\r\n_PyInterpreterState_IsRunningMain() will always return true for the main interpreter, even in corner cases where it technically should not. The (future) full solution will do the right thing in those corner cases.",
          "is_bot": false,
          "headline": "gh-115482: Assume the Main Interpreter is Always Running \"main\" (gh-1…",
          "author_name": "Eric Snow",
          "author_login": "ericsnowcurrently",
          "committed_at": "2024-02-14T23:07:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3e7b7df5cbaad5617cc28f0c005010787c48e6d6",
          "body": "Add PythonFinalizationError exception. This exception derived from\r\nRuntimeError is raised when an operation is blocked during the Python\r\nfinalization.\r\n\r\nThe following functions now raise PythonFinalizationError, instead of\r\nRuntimeError:\r\n\r\n* _thread.start_new_thread()\r\n* subprocess.Popen\r\n* os.fork()\r\n* os.fork1()\r\n* os.forkpty()\r\n\r\nMorever, _winapi.Overlapped finalizer now logs an unraisable\r\nPythonFinalizationError, instead of an unraisable RuntimeError.",
          "is_bot": false,
          "headline": "gh-114570: Add PythonFinalizationError exception (#115352)",
          "author_name": "Victor Stinner",
          "author_login": "vstinner",
          "committed_at": "2024-02-14T22:35:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "326119d3731f784aa9f5d4afa7b687dd1ab1d916",
          "body": "…5488)\n\nThe free-threaded GC uses mimallocs segment thread IDs to restore\r\nthe overwritten `ob_tid` thread ids in PyObjects. For that reason, it's\r\nimportant that PyObjects and mimalloc use the same identifiers.",
          "is_bot": false,
          "headline": "gh-112529: Use _PyThread_Id() in mimalloc in free-threaded build (#11…",
          "author_name": "Sam Gross",
          "author_login": "colesbury",
          "committed_at": "2024-02-14T21:41:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a95b1a56bbba76a382a5c676b71db025915e8695",
          "body": "…(#115046)\n\nThese are intended to be used in places where atomics are required in\r\nfree-threaded builds but not in the default build. We don't want to\r\nintroduce the potential performance overhead of an atomic operation in the\r\ndefault build.",
          "is_bot": false,
          "headline": "gh-115041: Add wrappers that are atomic only in free-threaded builds …",
          "author_name": "mpage",
          "author_login": "mpage",
          "committed_at": "2024-02-14T20:15:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d9f4cbe5e1e3c31518724d87d0d379d7ce6823ca",
          "body": null,
          "is_bot": false,
          "headline": "Add myself to various CODEOWNERS (GH-115481)",
          "author_name": "Ken Jin",
          "author_login": "Fidget-Spinner",
          "committed_at": "2024-02-14T19:48:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "889cc43cb14a1b8c532a56680a93636507b9987a",
          "body": null,
          "is_bot": false,
          "headline": "gh-112302: Move pip SBOM discovery to release-tools (#115360)",
          "author_name": "Seth Michael Larson",
          "author_login": "sethmlarson",
          "committed_at": "2024-02-14T19:47:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "49e8fdc1df41b6547fb3255f9e3a44dfb3b81fe0",
          "body": null,
          "is_bot": false,
          "headline": "Docs: spell out sentence about ndbm/gdbm file formats (#115470)",
          "author_name": "Erlend E. Aasland",
          "author_login": "erlend-aasland",
          "committed_at": "2024-02-14T18:03:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "17773fcb863d5aef299487b07207c2ced8e9477e",
          "body": "Removes `_py_object_state_INIT`. We want to initialize the `object_state` field to zero.",
          "is_bot": false,
          "headline": "gh-115441: Fix missing braces warning (#115460)",
          "author_name": "Sam Gross",
          "author_login": "colesbury",
          "committed_at": "2024-02-14T17:27:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a2d4281415e67c62f91363376db97eb66a9fb716",
          "body": "…(gh-114843)",
          "is_bot": false,
          "headline": "gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe …",
          "author_name": "Donghee Na",
          "author_login": "corona10",
          "committed_at": "2024-02-14T17:00:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4b2d1786ccf913bc80ff571c32b196be1543ca54",
          "body": null,
          "is_bot": false,
          "headline": "gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431)",
          "author_name": "Seth Michael Larson",
          "author_login": "sethmlarson",
          "committed_at": "2024-02-14T16:29:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "671360161f0b7a5ff4c1d062e570962e851b4bde",
          "body": "…modified (GH-115247)",
          "is_bot": false,
          "headline": "gh-115243: Fix crash in deque.index() when the deque is concurrently …",
          "author_name": "kcatss",
          "author_login": "kcatss",
          "committed_at": "2024-02-14T16:08:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "81e140d10b77f0a41a5581412e3f3471cc77981f",
          "body": "Don't repeatedly say that keys and values are coerced into bytes.",
          "is_bot": false,
          "headline": "Docs: reword sentences about dbm submodule traits (#114609)",
          "author_name": "Erlend E. Aasland",
          "author_login": "erlend-aasland",
          "committed_at": "2024-02-14T15:36:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bb791c7728e0508ad5df28a90b27e202d66a9cfa",
          "body": "… functions (#115440)",
          "is_bot": false,
          "headline": "gh-115392: Fix doctest reporting incorrect line numbers for decorated…",
          "author_name": "Brian Schubert",
          "author_login": "brianschubert",
          "committed_at": "2024-02-14T15:01:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6755c4e0c8803a246e632835030c0b8837b3b676",
          "body": "…ion (#115452)",
          "is_bot": false,
          "headline": "gh-115403: Remove extra colon after \"Examples\" in datetime documentat…",
          "author_name": "Stanislav Lyu",
          "author_login": "wallseat",
          "committed_at": "2024-02-14T13:52:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6d9141ed766f4003f39362937dc397e9f734c7e5",
          "body": null,
          "is_bot": false,
          "headline": "gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447)",
          "author_name": "Erlend E. Aasland",
          "author_login": "erlend-aasland",
          "committed_at": "2024-02-14T13:47:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ec8909a23931338f81803ea3f18dc2073f74a152",
          "body": null,
          "is_bot": false,
          "headline": "gh-115450: Fix direct invocation of `test_desctut` (#115451)",
          "author_name": "Nikita Sobolev",
          "author_login": "sobolevn",
          "committed_at": "2024-02-14T13:31:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 30,
      "commits_last_year": 0,
      "latest_release_at": "2017-03-21T06:32:38Z",
      "latest_release_tag": "v3.6.1",
      "releases_from_tags": true,
      "days_since_last_push": 431,
      "active_weeks_last_year": 0,
      "days_since_latest_release": 3414,
      "mean_days_between_releases": 83.9
    },
    "community": {
      "has_readme": false,
      "has_license": false,
      "has_description": false,
      "has_contributing": false,
      "health_percentage": null,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": []
    },
    "popularity": {
      "forks": 0,
      "stars": 1,
      "watchers": 0,
      "fork_history": {
        "days": [],
        "complete": true,
        "collected": 0,
        "total_forks": 0
      },
      "star_history": null,
      "open_issues_and_prs": 5
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [
        "examples"
      ],
      "has_llms_txt": false,
      "has_dockerfile": true,
      "has_mcp_signal": false,
      "bootstrap_files": [
        "Doc/Makefile",
        "Tools/freeze/test/Makefile",
        "Tools/peg_generator/Makefile",
        "Tools/unicode/Makefile"
      ],
      "api_schema_files": [],
      "has_devcontainer": true,
      "typecheck_configs": [
        "Lib/test/libregrtest/mypy.ini",
        "Tools/build/mypy.ini",
        "Tools/cases_generator/mypy.ini",
        "Tools/clinic/mypy.ini",
        "Tools/jit/mypy.ini",
        "Tools/peg_generator/mypy.ini",
        "Tools/wasm/mypy.ini"
      ],
      "toolchain_manifests": [],
      "largest_source_bytes": 1468157,
      "source_files_sampled": 2868,
      "oversized_source_files": 241,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "Doc/requirements-oldest-sphinx.txt",
        "Doc/requirements.txt",
        "Tools/requirements-dev.txt",
        "Tools/requirements-hypothesis.txt"
      ],
      "advisories": {
        "error": "No resolved dependencies to assess",
        "scope": "repository_graph",
        "source": null,
        "findings": [],
        "collected": false,
        "malicious": [],
        "truncated": false,
        "by_severity": {},
        "advisory_count": 0,
        "affected_count": 0,
        "assessed_count": 0,
        "malicious_count": 0,
        "assessed_package": null,
        "unassessed_count": 0,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "pypi"
      ],
      "dependencies": [],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [],
        "collected": true,
        "truncated": false,
        "total_count": 0,
        "direct_count": 0,
        "indirect_count": 0
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 5,
        "merged_prs": 0,
        "open_issues": 0,
        "closed_ratio": null,
        "closed_issues": 0,
        "closed_unmerged_prs": 42
      },
      "bus_factor": 10,
      "bot_contributors": 0,
      "top_contributors": [
        {
          "type": "User",
          "login": "gvanrossum",
          "commits": 11240,
          "avatar_url": "https://avatars.githubusercontent.com/u/2894642?v=4"
        },
        {
          "type": "User",
          "login": "vstinner",
          "commits": 5943,
          "avatar_url": "https://avatars.githubusercontent.com/u/194129?v=4"
        },
        {
          "type": "User",
          "login": "benjaminp",
          "commits": 5873,
          "avatar_url": "https://avatars.githubusercontent.com/u/219470?v=4"
        },
        {
          "type": "User",
          "login": "birkenfeld",
          "commits": 5680,
          "avatar_url": "https://avatars.githubusercontent.com/u/144359?v=4"
        },
        {
          "type": "User",
          "login": "freddrake",
          "commits": 5465,
          "avatar_url": "https://avatars.githubusercontent.com/u/588792?v=4"
        },
        {
          "type": "User",
          "login": "serhiy-storchaka",
          "commits": 4722,
          "avatar_url": "https://avatars.githubusercontent.com/u/3659035?v=4"
        },
        {
          "type": "User",
          "login": "rhettinger",
          "commits": 4480,
          "avatar_url": "https://avatars.githubusercontent.com/u/1623689?v=4"
        },
        {
          "type": "User",
          "login": "pitrou",
          "commits": 3779,
          "avatar_url": "https://avatars.githubusercontent.com/u/1721820?v=4"
        },
        {
          "type": "User",
          "login": "jackjansen",
          "commits": 2978,
          "avatar_url": "https://avatars.githubusercontent.com/u/4665100?v=4"
        },
        {
          "type": "User",
          "login": "loewis",
          "commits": 2772,
          "avatar_url": "https://avatars.githubusercontent.com/u/74179?v=4"
        }
      ],
      "contributors_sampled": 100,
      "top_contributor_share": 0.109
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "add-issue-header.yml",
        "build.yml",
        "build_msi.yml",
        "documentation-links.yml",
        "jit.yml",
        "lint.yml",
        "mypy.yml",
        "new-bugs-announce-notifier.yml",
        "project-updater.yml",
        "require-pr-label.yml",
        "reusable-docs.yml",
        "reusable-macos.yml",
        "reusable-ubuntu.yml",
        "reusable-windows.yml",
        "stale.yml",
        "verify-ensurepip-wheels.yml"
      ],
      "has_docs_dir": true,
      "linter_configs": [
        ".ruff.toml"
      ],
      "has_editorconfig": true,
      "has_linter_config": true,
      "has_precommit_config": true
    },
    "security_signals": {
      "lockfiles": [],
      "scorecard": {
        "checks": [
          {
            "name": "Binary-Artifacts",
            "score": 5,
            "reason": "binaries present in source code",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
          },
          {
            "name": "Branch-Protection",
            "score": 0,
            "reason": "branch protection not enabled on development/release branches",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": null,
            "reason": "no pull request found",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
          },
          {
            "name": "CII-Best-Practices",
            "score": 0,
            "reason": "no effort to earn an OpenSSF best practices badge detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
          },
          {
            "name": "Code-Review",
            "score": 0,
            "reason": "Found 0/30 approved changesets -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 10,
            "reason": "project has 48 contributing companies or organizations",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 10,
            "reason": "no dangerous workflow patterns detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
          },
          {
            "name": "Dependency-Update-Tool",
            "score": 10,
            "reason": "update tool detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
          },
          {
            "name": "Fuzzing",
            "score": 10,
            "reason": "project is fuzzed",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
          },
          {
            "name": "License",
            "score": 9,
            "reason": "license file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 0,
            "reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
          },
          {
            "name": "Packaging",
            "score": null,
            "reason": "packaging workflow not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": 0,
            "reason": "dependency not pinned by hash detected -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 0,
            "reason": "no SAST tool detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 9,
            "reason": "security policy file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": null,
            "reason": "no releases found",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 0,
            "reason": "detected GitHub workflow tokens with excessive permissions",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 0,
            "reason": "77 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "57d31ec3598429789492e0b3544efaaffca5799f",
        "ran_at": "2026-07-27T03:59:12Z",
        "aggregate_score": 3.9,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": true,
      "has_dependabot_config": true
    },
    "contribution_flow": {
      "collected": true,
      "ci_last_run_at": null,
      "oldest_open_prs": [
        {
          "number": 32,
          "created_at": "2023-07-01T02:50:06Z",
          "last_comment_at": "2023-07-01T02:50:07Z",
          "last_comment_author": "dependabot"
        },
        {
          "number": 33,
          "created_at": "2023-09-01T02:52:43Z",
          "last_comment_at": "2023-09-01T02:52:44Z",
          "last_comment_author": "dependabot"
        },
        {
          "number": 45,
          "created_at": "2024-02-19T19:55:00Z",
          "last_comment_at": "2024-02-19T19:55:00Z",
          "last_comment_author": "dependabot"
        },
        {
          "number": 46,
          "created_at": "2024-03-01T02:54:26Z",
          "last_comment_at": "2024-03-01T02:54:26Z",
          "last_comment_author": "dependabot"
        },
        {
          "number": 47,
          "created_at": "2024-03-01T02:54:29Z",
          "last_comment_at": "2024-03-01T02:54:30Z",
          "last_comment_author": "dependabot"
        }
      ],
      "last_merged_pr_at": null,
      "ci_last_conclusion": null,
      "oldest_open_issues": []
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/ronaldoussoren/cpython",
    "host": "github.com",
    "name": "cpython",
    "owner": "ronaldoussoren"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "critical",
      "name": "Overall health",
      "note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
      "notes": [
        {
          "code": "abandonment_overall_adjustment",
          "params": {
            "cap": 49,
            "pct": 60
          }
        }
      ],
      "value": 24,
      "inputs": {
        "security": 39,
        "vitality": 17,
        "community": 9,
        "governance": 56,
        "engineering": 76,
        "abandonment_cap": 49,
        "abandonment_state": "likely_abandoned",
        "abandonment_multiplier": 60,
        "weighted_overall_before_abandonment": 40,
        "overall_after_abandonment_multiplier": 24
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "critical",
        "name": "Vitality",
        "value": 17,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "critical",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 1,
            "inputs": {
              "commits_last_year": 0,
              "human_commit_share": 1,
              "days_since_last_push": 431,
              "active_weeks_last_year": 0
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 431 days ago",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 431
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "0/52 weeks with commits",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 0
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "0 commits in the last year",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 0
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "at_risk",
            "name": "Release discipline",
            "note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "openssf_scorecard_signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 40,
            "inputs": {
              "releases_count": 30,
              "latest_release_tag": "v3.6.1",
              "releases_from_tags": true,
              "days_since_latest_release": 3414,
              "mean_days_between_releases": 83.9
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "30 version tags (no GitHub releases)",
                "points": 16.2,
                "status": "partial",
                "details": [
                  {
                    "code": "version_tags_no_releases",
                    "params": {
                      "count": 30
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 3414 days ago",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 3414
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~83.9 days",
                "points": 19.8,
                "status": "partial",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 83.9
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "moderate",
            "name": "Abandonment",
            "note": null,
            "notes": [],
            "value": 60,
            "inputs": {
              "cap": 49,
              "state": "likely_abandoned",
              "guards": [],
              "signals": [
                "unanswered_contributions",
                "release_stall",
                "scorecard_unmaintained"
              ],
              "red_flag": true,
              "multiplier_pct": 60,
              "declared_reason": null,
              "unverified_reason": null,
              "unanswered_open_prs": 5,
              "unanswered_open_issues": 0,
              "days_since_last_merged_pr": null,
              "days_since_last_human_commit": 888,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "no human commit for 888 days; 3 unmet obligation(s): pull requests unanswered, releases stalled, Scorecard reports it unmaintained",
                "points": 60,
                "status": "partial",
                "details": [
                  {
                    "code": "abandonment_flagged",
                    "params": {
                      "days": 888,
                      "count": 3,
                      "signals": "pull requests unanswered, releases stalled, Scorecard reports it unmaintained"
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "critical",
        "name": "Community & Adoption",
        "value": 9,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "critical",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 1,
            "inputs": {
              "forks": 0,
              "stars": 1,
              "watchers": 0,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "1 stars",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "0 forks",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 0
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "0 watchers",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 0
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "critical",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 19,
            "inputs": {
              "has_readme": false,
              "has_license": false,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "has_pull_request_template": false
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file present, not a recognized license",
                "points": 16.9,
                "status": "partial",
                "details": [
                  {
                    "code": "license_custom",
                    "params": {}
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.3
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "moderate",
        "name": "Sustainability & Governance",
        "value": 56,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "excellent",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 98,
            "inputs": {
              "bus_factor": 10,
              "contributors_sampled": 100,
              "top_contributor_share": 0.109
            },
            "components": [
              {
                "key": "bus_factor",
                "name": "Bus factor",
                "detail": "10 contributor(s) cover half of all commits",
                "points": 54,
                "status": "met",
                "details": [
                  {
                    "code": "bus_factor",
                    "params": {
                      "count": 10
                    }
                  }
                ],
                "max_points": 54
              },
              {
                "key": "commit_distribution",
                "name": "Commit distribution",
                "detail": "top contributor authored 11% of commits",
                "points": 20,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 11
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "100 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 100
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 48 contributing companies or organizations",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "critical",
            "name": "Issue & PR responsiveness",
            "note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "issue_resolution"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 1,
            "inputs": {
              "merged_prs": 0,
              "open_issues": 0,
              "closed_issues": 0,
              "issue_closed_ratio": null,
              "closed_unmerged_prs": 42
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "no issues or no data",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_issues_or_data",
                    "params": {}
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "0/42 decided PRs merged",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 0,
                      "decided": 42
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 0/30 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "moderate",
            "name": "Ownership & stewardship",
            "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "verified_domain"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 60,
            "inputs": {
              "followers": 150,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "ronaldoussoren",
              "public_repos": 25,
              "account_age_days": 5590
            },
            "components": [
              {
                "key": "ownership_backing",
                "name": "Ownership backing",
                "detail": "personal (user) account",
                "points": 10,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_personal",
                    "params": {}
                  }
                ],
                "max_points": 30
              },
              {
                "key": "verified_domain",
                "name": "Verified domain",
                "detail": "not applicable to user accounts",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_applicable_to_user_accounts",
                    "params": {}
                  }
                ],
                "max_points": 20
              },
              {
                "key": "owner_reach",
                "name": "Owner reach",
                "detail": "150 followers of ronaldoussoren",
                "points": 15.7,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 150,
                      "login": "ronaldoussoren"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "25 public repos, account ~15 yr old",
                "points": 22.3,
                "status": "partial",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 25
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 15
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "good",
        "name": "Engineering Quality",
        "value": 76,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "excellent",
            "name": "Engineering practices",
            "note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "openssf_scorecard_ci_tests"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": true,
              "has_linter_config": true,
              "has_precommit_config": true
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "16 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 16
                    }
                  }
                ],
                "max_points": 24
              },
              {
                "key": "tests_present",
                "name": "Tests present",
                "detail": null,
                "points": 24,
                "status": "met",
                "details": [],
                "max_points": 24
              },
              {
                "key": "linter_config",
                "name": "Linter config",
                "detail": ".ruff.toml",
                "points": 16,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": ".ruff.toml"
                    }
                  }
                ],
                "max_points": 16
              },
              {
                "key": "pre_commit_hooks",
                "name": "Pre-commit hooks",
                "detail": null,
                "points": 9.6,
                "status": "met",
                "details": [],
                "max_points": 9.6
              },
              {
                "key": "editorconfig",
                "name": ".editorconfig",
                "detail": null,
                "points": 6.4,
                "status": "met",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "no pull request found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "at_risk",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "topics": [],
              "has_wiki": false,
              "homepage": "https://www.python.org/",
              "has_readme": false,
              "has_docs_dir": true,
              "has_description": false
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 30
              },
              {
                "key": "documentation_directory",
                "name": "Documentation directory",
                "detail": null,
                "points": 25,
                "status": "met",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": "https://www.python.org/",
                "points": 15,
                "status": "met",
                "details": [],
                "max_points": 15
              },
              {
                "key": "repository_description",
                "name": "Repository description",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "at_risk",
        "name": "Security",
        "value": 39,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "at_risk",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "ci_tests",
                    "packaging",
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 39,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 15,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 3,
              "scorecard_aggregate": 3.9
            },
            "components": [
              {
                "key": "binary_artifacts",
                "name": "Binary-Artifacts",
                "detail": "binaries present in source code",
                "points": 3.8,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "branch_protection",
                "name": "Branch-Protection",
                "detail": "branch protection not enabled on development/release branches",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "no pull request found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 2.5
              },
              {
                "key": "cii_best_practices",
                "name": "CII-Best-Practices",
                "detail": "no effort to earn an OpenSSF best practices badge detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "code_review",
                "name": "Code-Review",
                "detail": "Found 0/30 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 48 contributing companies or organizations",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "dependency_update_tool",
                "name": "Dependency-Update-Tool",
                "detail": "update tool detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "fuzzing",
                "name": "Fuzzing",
                "detail": "project is fuzzed",
                "points": 5,
                "status": "met",
                "details": [],
                "max_points": 5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file detected",
                "points": 2.2,
                "status": "partial",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "packaging",
                "name": "Packaging",
                "detail": "packaging workflow not detected",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 5
              },
              {
                "key": "pinned_dependencies",
                "name": "Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "no SAST tool detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file detected",
                "points": 4.5,
                "status": "partial",
                "details": [],
                "max_points": 5
              },
              {
                "key": "signed_releases",
                "name": "Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "77 existing vulnerabilities detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "high_risk_jurisdiction_exposure",
            "band": "excellent",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "review_only_matches": 0,
              "assessed_self_published_locations": 9
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "no confirmed policy-scope location match",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "jurisdiction_no_match",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
      },
      {
        "key": "ai_readiness",
        "band": "moderate",
        "name": "AI Readiness",
        "value": 59,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "at_risk",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 37,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.69,
              "agent_instruction_files": [],
              "agent_instruction_max_bytes": null
            },
            "components": [
              {
                "key": "agent_instructions",
                "name": "Agent instructions",
                "detail": "no CLAUDE.md / AGENTS.md / editor rules",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_instructions",
                    "params": {}
                  }
                ],
                "max_points": 45
              },
              {
                "key": "machine_readable_docs_llms_txt",
                "name": "Machine-readable docs (llms.txt)",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "legible_commit_history",
                "name": "Legible commit history",
                "detail": "69 of 100 human commits state their intent (structured subject or explanatory body)",
                "points": 36.8,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 69,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "good",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 77,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [],
              "has_dockerfile": true,
              "typed_language": false,
              "bootstrap_files": [
                "Doc/Makefile",
                "Tools/freeze/test/Makefile",
                "Tools/peg_generator/Makefile",
                "Tools/unicode/Makefile"
              ],
              "has_devcontainer": true,
              "has_linter_config": true,
              "typecheck_configs": [
                "Lib/test/libregrtest/mypy.ini",
                "Tools/build/mypy.ini",
                "Tools/cases_generator/mypy.ini",
                "Tools/clinic/mypy.ini",
                "Tools/jit/mypy.ini",
                "Tools/peg_generator/mypy.ini",
                "Tools/wasm/mypy.ini"
              ],
              "agent_commit_share": 0,
              "toolchain_manifests": [],
              "dependency_bot_commit_share": 0
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": "Doc/Makefile, Tools/freeze/test/Makefile, Tools/peg_generator/Makefile, Tools/unicode/Makefile",
                "points": 18,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "Doc/Makefile, Tools/freeze/test/Makefile, Tools/peg_generator/Makefile, Tools/unicode/Makefile"
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "automated_tests",
                "name": "Automated tests",
                "detail": null,
                "points": 22,
                "status": "met",
                "details": [],
                "max_points": 22
              },
              {
                "key": "lint_format_config",
                "name": "Lint / format config",
                "detail": ".ruff.toml",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": ".ruff.toml"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": "Lib/test/libregrtest/mypy.ini, Tools/build/mypy.ini, Tools/cases_generator/mypy.ini, Tools/clinic/mypy.ini, Tools/jit/mypy.ini, Tools/peg_generator/mypy.ini, Tools/wasm/mypy.ini",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "Lib/test/libregrtest/mypy.ini, Tools/build/mypy.ini, Tools/cases_generator/mypy.ini, Tools/clinic/mypy.ini, Tools/jit/mypy.ini, Tools/peg_generator/mypy.ini, Tools/wasm/mypy.ini"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": "devcontainer, Dockerfile",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "devcontainer, Dockerfile"
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "demonstrated_agent_practice",
                "name": "Demonstrated agent practice",
                "detail": "no agent-authored commits among the last 100",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "automated_maintenance",
                "name": "Automated maintenance",
                "detail": "dependency automation configured, none observed in the sampled commits",
                "points": 5,
                "status": "partial",
                "details": [
                  {
                    "code": "dependency_bot_config_only",
                    "params": {}
                  }
                ],
                "max_points": 8
              },
              {
                "key": "openssf_scorecard_pinned_dependencies",
                "name": "OpenSSF Scorecard: Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "good",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 77,
            "inputs": {
              "primary_language": "Python",
              "largest_source_bytes": 1468157,
              "source_files_sampled": 2868,
              "oversized_source_files": 241
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "Python with type-check config (Lib/test/libregrtest/mypy.ini, Tools/build/mypy.ini, Tools/cases_generator/mypy.ini, Tools/clinic/mypy.ini, Tools/jit/mypy.ini, Tools/peg_generator/mypy.ini, Tools/wasm/mypy.ini)",
                "points": 27,
                "status": "partial",
                "details": [
                  {
                    "code": "typecheck_config_language",
                    "params": {
                      "files": "Lib/test/libregrtest/mypy.ini, Tools/build/mypy.ini, Tools/cases_generator/mypy.ini, Tools/clinic/mypy.ini, Tools/jit/mypy.ini, Tools/peg_generator/mypy.ini, Tools/wasm/mypy.ini",
                      "language": "Python"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "241/2868 source files over 60KB",
                "points": 50.4,
                "status": "partial",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 2868,
                      "oversized": 241
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          },
          {
            "key": "ai_interfaces",
            "band": "at_risk",
            "name": "Machine-readable interfaces",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "example_dirs": [
                "examples"
              ],
              "has_mcp_signal": false,
              "api_schema_files": []
            },
            "components": [
              {
                "key": "api_schema_openapi_graphql_proto",
                "name": "API schema (OpenAPI/GraphQL/proto)",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 40
              },
              {
                "key": "mcp_server",
                "name": "MCP server",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 20
              },
              {
                "key": "runnable_examples",
                "name": "Runnable examples",
                "detail": "examples",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "examples"
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
      }
    ],
    "metrics_version": "1.13.0"
  },
  "warnings": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
    "Community profile unavailable"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-27T03:59:40.545761Z",
  "schema_version": "0.27.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/ronaldoussoren/cpython.svg",
  "full_name": "ronaldoussoren/cpython",
  "license_state": "custom",
  "license_spdx": null
}

评分是信号,而非担保。 评分反映的是 GitHub 上公开可见的实践——不是代码审计,也不是安全保证。

缺失数据将被剔除并重新归一化权重,绝不按零分计。方法论已版本化并公开:指标 v1.13.0、模式 v0.27.0—— 完整方法论 · 指标知识库.

单项结果在整体记录中的位置: 汇总统计.