Re: [Python-Dev] Pickling failure on Enums

2013-05-14 Thread Ethan Furman
On 05/14/2013 02:35 PM, Guido van Rossum wrote: For example you could file low-priority bugs for both issues in the hope that someone else figures it out. Got it figured out. -- ~Ethan~ ___ Python-Dev mailing list Python-Dev@python.org http://mail.p

Re: [Python-Dev] Pickling failure on Enums

2013-05-14 Thread Ethan Furman
On 05/14/2013 03:16 PM, Nick Coghlan wrote: On 15 May 2013 07:38, "Guido van Rossum" mailto:gu...@python.org>> wrote: On Tue, May 14, 2013 at 2:13 PM, Ethan Furman mailto:et...@stoneleaf.us>> wrote: > On 05/14/2013 01:58 PM, Guido van Rossum wrote: >> >> On Tue, May 14, 2013 at 1:09 PM, Ethan

Re: [Python-Dev] Pickling failure on Enums

2013-05-14 Thread Nick Coghlan
On 15 May 2013 07:38, "Guido van Rossum" wrote: > > On Tue, May 14, 2013 at 2:13 PM, Ethan Furman wrote: > > On 05/14/2013 01:58 PM, Guido van Rossum wrote: > >> > >> On Tue, May 14, 2013 at 1:09 PM, Ethan Furman wrote: > >>> I can get pickle failure on members created using the functional synta

Re: [Python-Dev] Pickling failure on Enums

2013-05-14 Thread Guido van Rossum
On Tue, May 14, 2013 at 2:13 PM, Ethan Furman wrote: > On 05/14/2013 01:58 PM, Guido van Rossum wrote: >> >> On Tue, May 14, 2013 at 1:09 PM, Ethan Furman wrote: >>> I can get pickle failure on members created using the functional syntax >>> with no module set; >> >> >> That's the case I care mos

Re: [Python-Dev] Pickling failure on Enums

2013-05-14 Thread Ethan Furman
On 05/14/2013 01:58 PM, Guido van Rossum wrote: On Tue, May 14, 2013 at 1:09 PM, Ethan Furman wrote: On 05/13/2013 11:32 AM, Guido van Rossum wrote: But now you enter a different phase of your project, or one of your collaborators does, or perhaps you've released your code on PyPI and one of

Re: [Python-Dev] Pickling failure on Enums

2013-05-14 Thread Guido van Rossum
On Tue, May 14, 2013 at 1:09 PM, Ethan Furman wrote: > On 05/13/2013 11:32 AM, Guido van Rossum wrote: >> >> >> But now you enter a different phase of your project, or one of your >> collaborators does, or perhaps you've released your code on PyPI and one of >> your users does. So someone tries t

[Python-Dev] Pickling failure on Enums

2013-05-14 Thread Ethan Furman
On 05/13/2013 11:32 AM, Guido van Rossum wrote: But now you enter a different phase of your project, or one of your collaborators does, or perhaps you've released your code on PyPI and one of your users does. So someone tries to pickle some class instance that happens to contain an unpicklab