Thomas Heller wrote:
> Shouldn't PYTHON_API_VERSION be different between 2.3 and 2.4?
> It is 1012 in both versions.
>
> I tried to detect whether PyTuple_Pack is supported, which was added in
> 2.4. Or is this only to detect changed apis, and not added apis?
It's meant to detect changes that can
Shouldn't PYTHON_API_VERSION be different between 2.3 and 2.4?
It is 1012 in both versions.
I tried to detect whether PyTuple_Pack is supported, which was added in
2.4. Or is this only to detect changed apis, and not added apis?
Thomas
___
Python-Dev m