Skip to content
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

Fix issue #643: Optimize noqa() with an lru_cache for Python 3.2+. #644

Merged
merged 1 commit into from
Jun 4, 2017
Merged

Fix issue #643: Optimize noqa() with an lru_cache for Python 3.2+. #644

merged 1 commit into from
Jun 4, 2017

Commits on May 14, 2017

  1. Fix issue #643: Optimize noqa() with an lru_cache for Python 3.2+.

    Had to catch a "No signature found for builtin <built-in method
    search of _sre.SRE_Pattern object at 0x...>" in 3.4:
    
    In python3.4 the search was not detected as a function, now that it's
    wrapped in an lru_cache it is, yet it still has no signature (it has
    in 3.5+).
    JulienPalard committed May 14, 2017
    Configuration menu
    Copy the full SHA
    c4d0625 View commit details
    Browse the repository at this point in the history