File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 33This changelog summarizes major changes between GraalVM versions of the Python
44language runtime. The main focus is on user-observable behavior of the engine.
55
6- ## Version 20.2
6+ ## Version 20.2.0
77
88* Escaping Unicode characters using the character names in strings like "\N{GREEK CAPITAL LETTER DELTA}".
99* When a ` *.py ` file is imported, ` *.pyc ` file is created. It contains binary data to speed up parsing.
1010* Adding option ` PyCachePrefix ` , which is equivalent to PYTHONPYCACHEPREFIX environment variable, which is also accepted now.
1111* Adding optin ` DontWriteBytecodeFlag ` . Equivalent to the Python -B flag. Don't write bytecode files.
1212* Command option -B works
13+ * Implement better reference counting for native extensions to fix memory leaks
14+ * Fix a warning in pandas about size of datetime objects
15+ * Make many more CPython unittests pass for core types
16+ * Support parse requests with arguments for embedding Python to light up GraalVM Insight support
17+ * Support basic tox usage when forcing virtualenv to use venv
18+ * No longer support iterables as arrays in interop
19+ * Add initial support for HPy native extensions
20+ * Support magic encoding comments in Python files
21+ * Improve chaining of exception tracebacks - the tracebacks should now be much closer to CPython and more helpful
1322
1423## Version 20.1.0
1524
You can’t perform that action at this time.
0 commit comments