Re: 2.6 update
Alexandre Delattre <[email protected]> Sat, 22 Mar 2008 18:07:39 +0200
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
Congratulations ! I'll be glad to try the new features of Py 2.6 right on my pda :) Btw, I have a suggestion to make compiling/porting C extension modules easier in future PythonCE builds: Indeed, the functions implemented in wince_compatibility.c are not available from a C extension module. Using the __declspec(dllexport) notation for these function would allow extensions to dynamically link with them, and benefit for instance of proper errno and current directory support. Great work anyway, Alex