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 cool-RR
Recipients alexandre.vassalotti, belopolsky, cool-RR, eric.araujo, exarkun, hinsen, lemburg, loewis, obamausa8, pitrou, rhettinger
Date 2011-03-01.19:49:09
SpamBayes Score 0.00032433588
Marked as misclassified No
Message-id <1299008964.67.0.445348161344.issue9276@psf.upfronthosting.co.za>
In-reply-to
Content
Raymond: I don't think this matters. We don't need a canonical `.__parent_class__`, we just need to know where that function is defined so we could find it when unpickling. In the example that you gave, `f` would have a `.__parent_class__` of `None`, and it would be pickleable because it would be found on the top-level of the module it's defined on.
History
Date User Action Args
2011-03-01 19:49:24cool-RRsetrecipients: + cool-RR, lemburg, loewis, rhettinger, hinsen, exarkun, belopolsky, pitrou, alexandre.vassalotti, eric.araujo, obamausa8
2011-03-01 19:49:24cool-RRsetmessageid: <1299008964.67.0.445348161344.issue9276@psf.upfronthosting.co.za>
2011-03-01 19:49:09cool-RRlinkissue9276 messages
2011-03-01 19:49:09cool-RRcreate