Commit 5a8c077a authored by Stefan Behnel's avatar Stefan Behnel

Prepare release of 0.29.8.

parent 61ed2e81
...@@ -2,12 +2,15 @@ ...@@ -2,12 +2,15 @@
Cython Changelog Cython Changelog
================ ================
0.29.8 (2019-0?-??) 0.29.8 (2019-05-28)
=================== ===================
Bugs fixed Bugs fixed
---------- ----------
* C compile errors with CPython 3.8 were resolved.
Patch by Marcel Plch. (Github issue #2938)
* Python tuple constants that compare equal but have different item * Python tuple constants that compare equal but have different item
types could incorrectly be merged into a single constant. types could incorrectly be merged into a single constant.
(Github issue #2919) (Github issue #2919)
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "0.29.7" __version__ = "0.29.8"
try: try:
from __builtin__ import basestring from __builtin__ import basestring
......
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