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 alexandre.vassalotti
Recipients alexandre.vassalotti, asvetlov, mstefanro, pitrou
Date 2012-08-21.21:53:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345585981.21.0.331309474363.issue15642@psf.upfronthosting.co.za>
In-reply-to
Content
Some quick thoughts about the new implicit memoization scheme in Stefan's implementation. 

- The new scheme will need to be documented in PEP 3154 before we can accept the change.
- I don't really like the idea of changing the semantics of the PUT and GET opcodes. I would prefer new opcodes if possible.
- I would like to see benchmarks for this change.
History
Date User Action Args
2012-08-21 21:53:01alexandre.vassalottisetrecipients: + alexandre.vassalotti, pitrou, asvetlov, mstefanro
2012-08-21 21:53:01alexandre.vassalottisetmessageid: <1345585981.21.0.331309474363.issue15642@psf.upfronthosting.co.za>
2012-08-21 21:53:00alexandre.vassalottilinkissue15642 messages
2012-08-21 21:53:00alexandre.vassalotticreate