[Python-Dev] Moving forward on the object memory API
Neil Schemenauer
nas@python.ca
2002年3月31日 14:16:00 -0800
Martin v. Loewis wrote:
> Neil Schemenauer <nas@python.ca> writes:
>> > We deprecate the PyMem_* functions. There's no need for them, IMHO:
>> -1. The rationale behind the function spellings is, as Tim explains,
> cross-version compatibility.
What kind of cross-version compatibility are you referring to?
> Do we need to bump the API version after these changes?
Why? The API version is for the source API, not the binary API, right?
Neil