Re: [Orbit-python-list] Wchar/wstring + Python 2
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2000-08-27 15:35:28
|
> started to look into that, so I'm not sure. In any case, don't expect > anything before a few days / weeks (maybe around the Python 2.0b1 > release if I'm lucky). Great news. Keep me posted; I'm eager to see how this progresses. > 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. Was this the only change required to make it compile with CVS Python? Jason. |