IronPython 0.7.6 released
Hello IronPython community,
We have just released the version 0.7.6 of IronPython.
The most important changes that this release contains are:
* Filtering of exception call stacks
- by default, we filter the call stack to only show the relevant
stack frames.
- the property PythonEngine.ExceptionDetail was added to toggle the
behavior
* Function attributes
* Handling of loops in lists and dictionaries
- e.g.: x = []
x.append(x)
* __doc__ is now implemented for modules and classes
* Added support for System.Single (float) data type
* Double-import of module whose import raises exception is now fixed
The following members of the community contributed to this release by
reporting bugs, and providing valuable feedback. We extend our thanks
to:
Nicholas Jacobson
Anthony Tarlano
Don Box
Keith Farmer
John Doty
Michael Taylor
S. Hessam Moosavi Mehr
Chu Kevin
Kirk Olynyk
Jon Cosby
The list of all bugs fixed for the 0.7.6 release:
* On exception, don't show confusing .Net callstacks
* Cannot assign to arbitrary slot on the function
* Assigning function attributes fails.
* Stack overflow exception when globals() is followed by _.values()
* open() reads in "\r\n"
* re.escape() works on some symbols but not others
* missing __doc__ at startup
* Can't raise a complex number to an exponent
* Can't raise an int to a float power
* // and divmod give wrong answer with two floats
* Calling int() on a non-int throws wrong Exception
* Add support for System.Single (float) data type
* Only dump snippets.dll in engine-debug mode
* sys.exit() fails
* __bases__ in OldClass is not settable
* Double import bug
* x.extend(x)
* readlines not implemented on file
* Executing Python generated assemblies error: "not valid executable"
* PIA ComObject Operations
* Doesn't return infinity
* (a==b)==(b==a) parsed incorrectly
Thanks and keep in touch
The IronPython team
没想到在Thanks List中还有我的大名。呵呵。
We have just released the version 0.7.6 of IronPython.
The most important changes that this release contains are:
* Filtering of exception call stacks
- by default, we filter the call stack to only show the relevant
stack frames.
- the property PythonEngine.ExceptionDetail was added to toggle the
behavior
* Function attributes
* Handling of loops in lists and dictionaries
- e.g.: x = []
x.append(x)
* __doc__ is now implemented for modules and classes
* Added support for System.Single (float) data type
* Double-import of module whose import raises exception is now fixed
The following members of the community contributed to this release by
reporting bugs, and providing valuable feedback. We extend our thanks
to:
Nicholas Jacobson
Anthony Tarlano
Don Box
Keith Farmer
John Doty
Michael Taylor
S. Hessam Moosavi Mehr
Chu Kevin
Kirk Olynyk
Jon Cosby
The list of all bugs fixed for the 0.7.6 release:
* On exception, don't show confusing .Net callstacks
* Cannot assign to arbitrary slot on the function
* Assigning function attributes fails.
* Stack overflow exception when globals() is followed by _.values()
* open() reads in "\r\n"
* re.escape() works on some symbols but not others
* missing __doc__ at startup
* Can't raise a complex number to an exponent
* Can't raise an int to a float power
* // and divmod give wrong answer with two floats
* Calling int() on a non-int throws wrong Exception
* Add support for System.Single (float) data type
* Only dump snippets.dll in engine-debug mode
* sys.exit() fails
* __bases__ in OldClass is not settable
* Double import bug
* x.extend(x)
* readlines not implemented on file
* Executing Python generated assemblies error: "not valid executable"
* PIA ComObject Operations
* Doesn't return infinity
* (a==b)==(b==a) parsed incorrectly
Thanks and keep in touch
The IronPython team
没想到在Thanks List中还有我的大名。呵呵。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· .NET周刊【3月第1期 2025-03-02】
· 分享 3 个 .NET 开源的文件压缩处理库,助力快速实现文件压缩解压功能!
· Ollama——大语言模型本地部署的极速利器