Raymond Hettinger <[email protected]> added the comment: I've just started looking at this. Nice job and good attention to detail on the error checking. Expect to have a few high-level suggestions and a ton of minor edits.
Here are a couple of quick thoughts: * The comment style needs to switch to the /* style */ * Use the pure python _cache_info by looking it up on the module object. * I had expected PyList objects rather than links between C structs (following the pure python lru_cache as closely as possible). ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14373> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
