Commit f2ef0f5a authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 4f81860a
...@@ -13,6 +13,8 @@ Features added ...@@ -13,6 +13,8 @@ Features added
Bugs fixed Bugs fixed
---------- ----------
* C-to-Python type coercions during cascaded comparisons could generate invalid C code, specifically when using the 'in' operator.
* "obj[1,]" passed a single integer into the item getter instead of a tuple. * "obj[1,]" passed a single integer into the item getter instead of a tuple.
* Cyclic imports at module init time did not work in Py3. * Cyclic imports at module init time did not work in Py3.
......
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