This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients alexandre.vassalotti, belopolsky, pitrou, rhettinger
Date 2010-09-28.13:21:27
SpamBayes Score 8.4229777e-07
Marked as misclassified No
Message-id <1285680090.37.0.618102067288.issue9935@psf.upfronthosting.co.za>
In-reply-to
Content
My patch breaks pickling of transparent proxies such as weakref.proxy().
(since these have a different __class__ than Py_TYPE(self), through tp_getattr hackery). I will need to remove a couple of optimizations.

(unfortunately, there don't seem to be any tests for such case; my initial patch breaks neither test_pickle nor test_pickletools)
History
Date User Action Args
2010-09-28 13:21:30pitrousetrecipients: + pitrou, rhettinger, belopolsky, alexandre.vassalotti
2010-09-28 13:21:30pitrousetmessageid: <1285680090.37.0.618102067288.issue9935@psf.upfronthosting.co.za>
2010-09-28 13:21:28pitroulinkissue9935 messages
2010-09-28 13:21:27pitroucreate