Skip to content

@caching.cached_method returns inconsistent results #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
andymckay opened this issue May 7, 2013 · 1 comment
Open

@caching.cached_method returns inconsistent results #41

andymckay opened this issue May 7, 2013 · 1 comment
Labels

Comments

@andymckay
Copy link

The caching.cached_method is returning inconsistent results. Given a method that returns True or False we get:

result of app.has_author(): True
result of app.has_author(): True
result of app.has_author(): 1

Not sure why yet.

@jbalogh
Copy link
Contributor

jbalogh commented May 7, 2013

weird!

On Tue, May 7, 2013 at 2:25 PM, Andy McKay notifications@github.com wrote:

The caching.cached_method is returning inconsistent results. Given a
method that returns True or False we get:

result of app.has_author(): True
result of app.has_author(): True
result of app.has_author(): 1

Not sure why yet.


Reply to this email directly or view it on GitHubhttps://github.com//issues/41
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants