We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa53f2b commit 982a4deCopy full SHA for 982a4de
CHANGELOG.md
@@ -13,6 +13,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
13
- Python operator method will call C# operator method for supported binary and unary operators ([#1324][p1324]).
14
- Add GetPythonThreadID and Interrupt methods in PythonEngine
15
- Ability to implement delegates with `ref` and `out` parameters in Python, by returning the modified parameter values in a tuple. ([#1355][i1355])
16
+- `PyType` - a wrapper for Python type objects, that also permits creating new heap types from `TypeSpec`
17
18
### Changed
19
- Drop support for Python 2, 3.4, and 3.5
0 commit comments