Commit 65840df6 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent c858f36a
...@@ -11,6 +11,11 @@ Bugs fixed ...@@ -11,6 +11,11 @@ Bugs fixed
* Runtime reported file paths of source files (e.g for profiling and tracing) * Runtime reported file paths of source files (e.g for profiling and tracing)
are now relative to the build root directory instead of the main source file. are now relative to the build root directory instead of the main source file.
* Tracing exception handling code could enter the trace function with an active
exception set.
* Comparisons of (inferred) ctuples failed to compile.
* C compilation could fail in pypy3. * C compilation could fail in pypy3.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment