Message272701
Currently, the patch has the main values pre-created (so identity works as expected), and combinations are created on the fly (like normal class instances) -- in which case identity cannot be relied upon.
Once I have the basic work done, I'll go back and add a cache so each unique value is only created once; at some point I'll make those cached values weakref'ed so they disappear when no longer used. |
|
Date |
User |
Action |
Args |
2016-08-14 23:41:08 | ethan.furman | set | recipients:
+ ethan.furman, barry, ezio.melotti, r.david.murray, eli.bendersky, martin.panter, serhiy.storchaka, veky |
2016-08-14 23:41:08 | ethan.furman | set | messageid: <1471218068.32.0.923212945282.issue23591@psf.upfronthosting.co.za> |
2016-08-14 23:41:08 | ethan.furman | link | issue23591 messages |
2016-08-14 23:41:08 | ethan.furman | create | |
|