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

create_extractors(): fix possible memory leak #521

Open
wants to merge 4 commits into
base: orm
Choose a base branch
from
Open

create_extractors(): fix possible memory leak #521

wants to merge 4 commits into from

Commits on Jun 11, 2020

  1. add Extractor class

    with `def extractor` the created function holds all the variables, including `globals` and `locals` and prevents them from garbage collection
    abetkin committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    3df5581 View commit details
    Browse the repository at this point in the history
  2. newline at EOF

    abetkin committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    5795550 View commit details
    Browse the repository at this point in the history
  3. typo

    abetkin committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    1bf6eb4 View commit details
    Browse the repository at this point in the history
  4. PY2 corrections

    abetkin committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    67a051e View commit details
    Browse the repository at this point in the history