↵ Return to the main page of pythoncapi-compat-devel
View build
Search for updates
Package Info
🠗 Changelog
🠗 Provides
🠗 Files
| Date | Author | Change |
|---|---|---|
| 2025-11-08 | Benjamin A. Beasley <code at musicinmybrain dot net> - 1:0^20251108.11cb80f-1 | - Update to 0^20251108.11cb80f - Don’t include structmember.h in pythoncapi_compat.h; avoids conflicts due to names without "Py" prefixes. |
| 2025-11-06 | Benjamin A. Beasley <code at musicinmybrain dot net> - 1:0^20251105.44c8e14-1 | - Update to 0^20251105.44c8e14 - Add `PyUnstable_TryIncref()` and `PyUnstable_EnableTryIncRef()` |
| 2025-10-16 | Benjamin A. Beasley <code at musicinmybrain dot net> - 1:0^20251015.e510a7b-1 | - Update to 0^20251015.e510a7b - Add an Epoch since the previous update had the wrong date - Switch snapshot info from <date><scm><revision> to <date>.<revision> |
| 2025-10-15 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20251114git6c77b6b-1 | - Update to 0^20251114git6c77b6b - `PyConfig_Get()` is also available on Python 3.8 - Add `PyUnstable_Unicode_GET_CACHED_HASH()` function - Add `PyTuple_FromArray()` function |
| 2025-10-03 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20251003git97f1582-2 | - Fix varargs indicator for `PyBytesWriter_Format` |
| 2025-10-03 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20251003git97f1582-1 | - Update to 0^20251003git97f1582 - Fix compiler warnings for `PyBytesWriter_Format` |
| 2025-09-19 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20250918gitab72af8-1 | - Update to 0^20250918gitab72af8 - PEP 782: Add PyBytesWriter C API |
| 2025-09-01 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20250901git90c06a4-1 | - Update to 0^20250901git90c06a4 - Add `PyUnstable_Object_IsUniquelyReferenced` |
| 2025-08-09 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20250809git5e31710-1 | - Update to 0^20250809git5e31710 - Fixed a typo in a comment in `upgrade_pythoncapi.py` |
| 2025-06-24 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20250624gitb541b98-1 | - Update to 0^20250624gitb541b98 - Avoid `%T` format in error message |