diff options
| author | Arslaan Pathan <[email protected]> | 2026-01-21 20:10:19 +1300 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-01-21 20:10:19 +1300 |
| commit | 2ccc6ba64ca26c627d3c8127d09b64e69ccbc977 (patch) | |
| tree | be2aa8448f4ff49eb479d3e00383b70a393ac1d0 | |
| parent | bceb1f141ad5227dd301e8ba10213ebbd75fa192 (diff) | |
| download | python-0.9.1-patched-QoL-2ccc6ba64ca26c627d3c8127d09b64e69ccbc977.tar.xz python-0.9.1-patched-QoL-2ccc6ba64ca26c627d3c8127d09b64e69ccbc977.zip | |
Add custom README
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | README.original (renamed from README) | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..06d6ecc --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Python 0.9.1 (patched, QoL improvements) + +> Notice: This is not endorsed by the Python Software Foundation nor is it endorsed by Stichting Mathematisch Centrum/CWI or any of their subsidiaries. + +This repository is a patched version of Python 0.9.1 which fixes the multiplication integer overflow bug on 64-bit systems, sets -std=c89 in CFLAGS by default to be compatible with GCC 15, and a couple of other QoL improvements. |
