Back

.NET Foundation
Patches for IronPython 3 x64
Windows
2 patches available
IronPython is an open-source implementation of the Python programming language which is tightly integrated with .NET. IronPython can use .NET and Python libraries, and other .NET languages can use Python code just as easily.
IronPython 3 x64 Version 3.4.2.1000
Release Date
12/19/2024
Bug Fix?
Yes
Minor Release?
Yes
Patch Notes

IronPython 3.4.2 Latest$$$On behalf of the IronPython team; Im very happy to announce the release of IronPython 3.4.2. The runtime targets are .NET Framework 4.6.2; .NET 6 and .NET 8. The baseline for IronPython 3.4 is Python 3.4.$$$Resolves an issue which prevented IronPython from working on .NET 9; as well as a number of bug fixes and improvements.$$$Thanks to @BCSharp and @Lamparter for the contributions!$$$Full Changelog: v3.4.1...v3.4.2
IronPython 3 x64 Version 3.4.1.1000
Release Date
7/12/2023
Bug Fix?
Yes
Minor Release?
Yes
Patch Notes

On behalf of the IronPython team; Im very happy to announce the release of IronPython 3.4.0. The runtime targets are .NET Framework 4.6.2; .NET Core 3.1 and .NET 6. The baseline for IronPython 3.4 is Python 3.4.$$$$$$Changes include UTF-8 mode; a backport of the typing module in the standard library; a newer version of pip (18.1); as well as a number of bug fixes and improvements.$$$$$$UTF-8 mode can be enabled via the cli using -X utf8 or by using the Utf8Mode option when creating the engine.
Interested in automating patching for IronPython 3 x64?