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.

Unsupported provider

Author pitrou
Recipients amaury.forgeotdarc, christian.heimes, gregory.p.smith, loewis, pfein, pitrou, tamino
Date 2010-08-21.22:12:05
SpamBayes Score 9.4545854e-08
Marked as misclassified No
Message-id <1282428730.9.0.477023184987.issue1868@psf.upfronthosting.co.za>
In-reply-to
Content
The original patch won't apply anymore, because of changes in the thread._local implementation.

Instead, here is a new patch, which also adds tests for the __dict__ behaviour, and two new private API functions: _PyObject_Generic{Get,Set}AttrWithDict.  These are the same as PyObject_Generic{Get,Set}Attr, except that it allows to pass the instance dict instead of letting the function discover it.
History
Date User Action Args
2010-08-21 22:12:13pitrousetrecipients: + pitrou, loewis, gregory.p.smith, amaury.forgeotdarc, christian.heimes, pfein, tamino
2010-08-21 22:12:10pitrousetmessageid: <1282428730.9.0.477023184987.issue1868@psf.upfronthosting.co.za>
2010-08-21 22:12:09pitroulinkissue1868 messages
2010-08-21 22:12:08pitroucreate