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 tamino
Recipients pitrou, tamino
Date 2008-08-28.00:18:59
SpamBayes Score 1.0724876e-05
Marked as misclassified No
Message-id <1219882740.8.0.289287748562.issue3710@psf.upfronthosting.co.za>
In-reply-to
Content
But then if there is a context switch during the last Py_XDECREF, then
it could be the case that self->dict is not set properly on return from
_ldict().

Functions like local_setattro() use _ldict() more for its side effect
(setting self->dict) than for its return value. It's possible that
this should be changed; see the last paragraph in my original report.
History
Date User Action Args
2008-08-28 00:19:00taminosetrecipients: + tamino, pitrou
2008-08-28 00:19:00taminosetmessageid: <1219882740.8.0.289287748562.issue3710@psf.upfronthosting.co.za>
2008-08-28 00:19:00taminolinkissue3710 messages
2008-08-28 00:18:59taminocreate