[Cython]release candidateなのでまぁ

なんか間が空いてしまいましたるが、ちと個人的事情が色々あってな。

Cython 0.22.1 の release candidate 1 が3日前に出てます。まぁ RC なんで手を出す必要はないと思いますよ。もちっと待てばよろしい。

個人的には

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.

が嬉しい。「cython を windows でも unix でも動かすと SCM で弱ったことに」で書いた通りで、Cython で生成された C/C++ を「管理」しようとするとちょっと困ったことがあって、「cython を windows でも unix でも動かすと SCM で弱ったことに」以外にもあったのね。

メモリリーク系が2つ:

・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.

なんだけれど、一方は多分これ。ともにタイトルとコミットの内容から察するに、生成コードには関係ないと思う。大量のモジュールをコンパイル(cython to C/C++)する際にリークしていた、ということと思うので、「やばい、すぐさま更新せねば」という類のもんではないと思いまする。