Re: [Python-Dev] Borrowed and Stolen References in API

2011-05-09 Thread Marvin Humphrey
On Tue, May 10, 2011 at 01:28:04PM +1200, Greg Ewing wrote: > Marvin Humphrey wrote: > >> incremented: The caller has to account for an additional refcount. >> decremented: The caller has to account for a lost refcount. > > I'm not sure that really clarifies anyth

Re: [Python-Dev] Borrowed and Stolen References in API

2011-05-09 Thread Marvin Humphrey
nted" and "decremented", the perspective is always that of the caller. incremented: The caller has to account for an additional refcount. decremented: The caller has to account for a lost refcount. Marvin Humphrey ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Static builds on Windows (continued)

2005-10-06 Thread Marvin
> Date: Wed, 05 Oct 2005 00:21:20 +0200 > From: "Martin v. L?wis" <[EMAIL PROTECTED]> > Subject: Re: [Python-Dev] Static builds on Windows (continued) > Cc: python-dev@python.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO

[Python-Dev] Static builds on Windows (continued)

2005-10-04 Thread Marvin
n use PY_ENABLE_SHARED when compiling the python.c. I'll try that later, but anyone have more insight into the right way to do this? marvin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscr