Re: [Orbit-python-list] Wchar/wstring + Python 2
Status: Inactive
Brought to you by:
tack
From: Roland M. <ma...@ec...> - 2000-08-27 16:17:34
|
Jason Tackaberry (2000-08-27 11:40:25 -0400) : > > not compile with Python 2. There's a PyMem_XDEL somewhere > > (src/server.c maybe), and apparently that macro or function is no > > more. Replacing it by a PyMem_DEL did not explode at me right away, > > but I wouldn't recommend that anyone do the same replacement without > > Replacing it with PyMem_DEL is safe. The XDEL was something I added > as a test and forgot to revert it. Okay. Whichever of us happens to commit next lot of patches to CVS... > Was this the only change required to make it compile with CVS > Python? Yes. Otherwise, everything runs the same. Same speed, same memory leaks. Initial size of the process is bigger, but I suppose it's more related to Python than to ORBit-Python. Roland. -- Roland Mas You can tune a piano, but you can't tuna fish. -- in the tunefs manual page. |