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, pitrou, serhiy.storchaka
Date 2013-04-20.20:41:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366490478.43.0.605666472008.issue17787@psf.upfronthosting.co.za>
In-reply-to
Content
Are you asking why do we need to call both PyMemoTable_Get and memo_get? Or, why do we fetching the memo was moved to the save functions? For the former, there is no real reason. The extra call could be removed though profiling doesn't show this call as a hot spot.

If the latter, we need this because the patch allow save(), which is where the memo was fetched, to be skipped.
History
Date User Action Args
2013-04-20 20:41:18alexandre.vassalottisetrecipients: + alexandre.vassalotti, pitrou, serhiy.storchaka
2013-04-20 20:41:18alexandre.vassalottisetmessageid: <1366490478.43.0.605666472008.issue17787@psf.upfronthosting.co.za>
2013-04-20 20:41:18alexandre.vassalottilinkissue17787 messages
2013-04-20 20:41:18alexandre.vassalotticreate