[issue1761028] pickle - cannot unpickle circular deps with custom __hash__

2009-06-28 Thread Alexandre Vassalotti
Changes by Alexandre Vassalotti : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1761028] pickle - cannot unpickle circular deps with custom __hash__

2009-05-25 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: Checked this out more throughly and I came to the conclusion this cannot be fixed without a considerable amount of work. The problem is pickle adds an Node instance stub in the next_nodes set before its attributes are ready. Since the stub doesn't have an

[issue1761028] pickle - cannot unpickle circular deps with custom __hash__

2009-05-19 Thread Tristam MacDonald
Tristam MacDonald added the comment: Is there any sign of a patch or workaround for this issue? -- ___ Python tracker ___ ___ Pytho

[issue1761028] pickle - cannot unpickle circular deps with custom __hash__

2009-05-19 Thread Tristam MacDonald
Changes by Tristam MacDonald : -- nosy: +swiftcoder ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue1761028] pickle - cannot unpickle circular deps with custom __hash__

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +collinwinter stage: -> needs patch versions: +Python 3.1 -Python 2.5 ___ Python tracker ___ ___

[issue1761028] pickle - cannot unpickle circular deps with custom __hash__

2007-12-01 Thread Alexandre Vassalotti
Changes by Alexandre Vassalotti: -- assignee: -> alexandre.vassalotti _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing l

[issue1761028] pickle - cannot unpickle circular deps with custom __hash__

2007-12-01 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: Please assign this bug to me. This certainly doesn't look easy to fix. I will look into it, but I can promise that I can fix it. -- nosy: +alexandre.vassalotti type: -> behavior versions: +Python 2.6, Python 3.0 _