[Pythonmidi-devel] Pyrex summary
Status: Pre-Alpha
Brought to you by:
regebro
From: Lennart R. <re...@nu...> - 2004-11-04 17:02:19
|
Well, I have tried Pyrex a bit now, and it's not bad. Although it isn't much quicker to get started with that writing C-extensions, and there is a lot of trickery and detailing that you need to know both in C-extensions and Pyrex. But in the end the code gets much easier to understand and modify. However, the problem I had, which I was recommended to fix with Pyrex, does not get solved at all. Pyrex does not seem to help with that at all, as far as i can tell. The objects deallocation will still not get called at Python exit. Instead, I will now try hooking into atexit and sys.exceptionhook. Less neat, but hopefully working. So, bye-bye Pyrex is was nice to know ya! :) Maybe we'll meet again! //Lennart |