On Tue, Aug 16, 2011 at 9:23 PM, Antoine Pitrou wrote:
> On Tue, 16 Aug 2011 20:15:51 +1000
> Nick Coghlan wrote:
>> >
>> > Oops, I admit I hadn't read PEP 395.
>> > PEP 395 focuses on module aliasing, while the suggestion above focuses
>> > on the path of objects in modules. How can we reconcile
On Tue, Aug 16, 2011 at 7:25 PM, Antoine Pitrou wrote:
> On Tue, 16 Aug 2011 12:35:48 +1000
> Nick Coghlan wrote:
>> On Tue, Aug 16, 2011 at 11:30 AM, antoine.pitrou
>> wrote:
>> > +Serializing "pseudo-global" objects
>> > +---
>> > +
>> > +Objects which are not m
On Tue, 16 Aug 2011 12:35:48 +1000
Nick Coghlan wrote:
> On Tue, Aug 16, 2011 at 11:30 AM, antoine.pitrou
> wrote:
> > +Serializing "pseudo-global" objects
> > +---
> > +
> > +Objects which are not module-global, but should be treated in a similar
> > +fashion -- s
On Tue, Aug 16, 2011 at 11:30 AM, antoine.pitrou
wrote:
> +Serializing "pseudo-global" objects
> +---
> +
> +Objects which are not module-global, but should be treated in a similar
> +fashion -- such as methods [4]_ or nested classes -- cannot currently be
> +pickle