14
0
forked from pool/python-Cython

Accepting request 316028 from home:termim:branches:devel:languages:python

update to 0.22.1

OBS-URL: https://build.opensuse.org/request/show/316028
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=58
This commit is contained in:
Michal Čihař
2015-07-13 11:00:08 +00:00
committed by Git OBS Bridge
parent f2c4dec55e
commit 23073e6890
5 changed files with 33 additions and 129 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Jul 10 21:59:38 UTC 2015 - termim@gmail.com
- Update to 0.22.1:
Bugs fixed
* Crash when returning values on generator termination.
* In some cases, exceptions raised during internal isinstance()
checks were not propagated.
* 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.
* Tracing exception handling code could enter the trace function with an
active exception set.
* The internal generator function type was not shared across modules.
* Comparisons of (inferred) ctuples failed to compile.
* Closures inside of cdef functions returning ``void`` failed to compile.
* Using ``const`` C++ references in intermediate parts of longer
expressions could fail to compile.
* C++ exception declarations with mapping functions could fail to compile
when pre-declared in .pxd files.
* C++ compilation could fail with an ambiguity error in recent MacOS-X
Xcode versions.
* C compilation could fail in pypy3.
* Fixed a memory leak in the compiler when compiling multiple modules.
* When compiling multiple modules, external library dependencies could
leak into later compiler runs. Fix by Jeroen Demeyer. This fixes
ticket 845.
- removed patch fix-32bit.patch as applied upstream
-------------------------------------------------------------------
Wed Apr 22 14:05:18 UTC 2015 - mcihar@suse.cz