Sourced from cython's changelog.
3.2.3 (2025-12-14)
Features added
The C-API declarations were updated to include the new
PyList_*()functions. (Github issue :issue:7291)The
Py_mod_gilmodule setting can now be changed with a C macro, overriding thefreethreading_compatibledirective setting. (Github issue :issue:7404)Bugs fixed
t-strings lost the last element when compiled for the Limited API. (Github issue :issue:
7381)The
array.dataproperty of thecpython.arraydeclarations generated a useless exception check that degraded its use innogilcode. (Github issue :issue:7408)Parallel builds with the
cythonizecommand could request more processes than allowed by the platform, thus failing the build. (Github issue :issue:7384)A minor thread sanitizer issue was resolved. (Github issue :issue:
7383)
d03558d
Prepare release of 3.2.3.f94cb4b
Update changelog.b0484c5
Fix thread access issue with fused function classobj (GH-7387)93fb6a1
Update changelog.ce82a32
Fix tstring call in Python 3.14+ Limited API (GH-7381)066da48
Add a C macro to configure "Py_mod_gil" at C compile time (GH-7404)704b09c
Add new PyList_* C APIs to cpython.list (#7373)b288fe3
Fix maximum number of ProcessPool workers (#7385)Sourced from mypy's changelog.
Mypy 1.19.1
- Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
- Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
- Allow
types.NoneTypein match cases (A5rocks, PR 20383)- Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
- Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
- Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
- Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
- Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)
Acknowledgements
Thanks to all mypy contributors who contributed to this release:
- A5rocks
- BobTheBuidler
- bzoracler
- Chainfire
- Christoph Tyralla
- David Foster
- Frank Dana
- Guo Ci
- iap
- Ivan Levkivskyi
- James Hilton-Balfe
- jhance
- Joren Hammudoglu
- Jukka Lehtosalo
- KarelKenens
- Kevin Kannammalil
- Marc Mueller
- Michael Carlstrom
- Michael J. Sullivan
- Piotr Sawicki
- Randolf Scholz
- Shantanu
- Sigve Sebastian Farstad
- sobolevn
- Stanislav Terliakov
- Stephen Morton
- Theodore Ando
- Thiago J. Barbalho
- wyattscarpenter
I’d also like to thank my employer, Dropbox, for supporting mypy development.
Mypy 1.18
We’ve just uploaded mypy 1.18.1 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance
... (truncated)
412c19a
Bump version to 1.19.120aea0a
Update changelog for 1.19.1 (#20414)2b23b50
Serialize raw errors in cache metas (#20372)f60f90f
Fail on PyPy in main instead of setup.py (#20389)58d485b
Fail with an explicit error on PyPy (#20384)a4b31a2
Allow types.NoneType in match cases (#20383)8a6eff4
[mypyc] fix generator regression with empty tuple (#20371)70eceea
Fix noncommutative joins with bounded TypeVars (#20345)3890fc4
Fix crash involving Unpack-ed TypeVarTuple (#20323)c93d917
Fix crash on star import of redefinition (#20333)Sourced from actions/upload-artifact's releases.
v6.0.0
v6 - What's new
[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (
runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.Node.js 24
This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
- Upload Artifact Node 24 support by
@salmanmkcin actions/upload-artifact#719- fix: update
@actions/artifactfor Node.js 24 punycode deprecation by@salmanmkcin actions/upload-artifact#744- prepare release v6.0.0 for Node.js 24 support by
@salmanmkcin actions/upload-artifact#745Full Changelog: https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0
b7c566a
Merge pull request #745
from actions/upload-artifact-v6-releasee516bc8
docs: correct description of Node.js 24 support in READMEddc45ed
docs: update README to correct action name for Node.js 24 support615b319
chore: release v6.0.0 for Node.js 24 support017748b
Merge pull request #744
from actions/fix-storage-blob38d4c79
chore: rebuild dist7d27270
chore: add missing license cache files for @actions/core,
@actions/io, and mi...5f643d3
chore: update license files for @actions/artifact@5.0.1 dependencies1df1684
chore: update package-lock.json with @actions/artifact@5.0.1b5b1a91
fix: update @actions/artifact to ^5.0.0 for Node.js 24
punycode fix