Re: [Python-Dev] PYTHOPN_API_VERSION

2005-11-03 Thread Martin v. Löwis
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

[Python-Dev] PYTHOPN_API_VERSION

2005-11-03 Thread Thomas Heller
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