Re: Python 3.1 support - Mailing list pgsql-hackers

From James Pye
Subject Re: Python 3.1 support
Date
Msg-id 9D28E0E6-C0A9-4952-B0CF-AF380659C85B@jwp.name
Whole thread Raw
In response to Re: Python 3.1 support  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Nov 20, 2009, at 1:26 AM, Peter Eisentraut wrote:
> because this is the same execution

Hrm, not necessarily. foo could be imported by another, completely independent part of the program. foo is cached in
sys.modules.bar() is executed and it's still the same globals(). shared. 

pgsql-hackers by date:

Previous
From: Joachim Wieland
Date:
Subject: Re: Listen / Notify - what to do when the queue is full
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Summary and Plan for Hot Standby