Jeroen Demeyer schrieb am 19.09.2017 um 15:05:
> Regarding Changelog item
> * gdb support for Python code (libpython.py) was updated to the latest
> version in CPython 3.7 (git rev 5fe59f8).
>
> Does that fix https://github.com/cython/cython/issues/1655
I would guess so. The version shipped with
Regarding Changelog item
* gdb support for Python code (libpython.py) was updated to the latest
version in CPython 3.7 (git rev 5fe59f8).
Does that fix https://github.com/cython/cython/issues/1655
___
cython-devel mailing list
cython-devel@python.org
Hi all,
Cython 0.27 is nearing completion, so here's an alpha release to get
feedback on the many new feature that went in.
https://github.com/cython/cython/archive/0.27a1.tar.gz
These are the major new features:
- PEP 484/526 annotation typing
- PEP 525/530 async generators
- automatic "__rich