mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
This will keep us from adding new unsupported (i.e. non-const) C global variables, which would break interpreter isolation. FYI, historically it is very uncommon for new global variables to get added. Furthermore, it is rare for new code to break the c-analyzer. So the check should almost always pass unnoticed. Note that I've removed test_check_c_globals. A test wasn't a great fit conceptually and was super slow on debug builds. A CI check is a better fit. This also resolves gh-100237. https://github.com/python/cpython/issues/81057 |
||
|---|---|---|
| .. | ||
| build.yml | ||
| build_msi.yml | ||
| doc.yml | ||
| new-bugs-announce-notifier.yml | ||
| posix-deps-apt.sh | ||
| project-updater.yml | ||
| regen-abidump.sh | ||
| stale.yml | ||
| verify-ensurepip-wheels.yml | ||