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

Fixed couple of "leaks" when gc is disabled #979

Closed
wants to merge 12 commits into from
Closed

Fixed couple of "leaks" when gc is disabled #979

wants to merge 12 commits into from

Commits on Feb 7, 2017

  1. Fixed couple of "leaks" when gc is disabled

    Since I'm using kafka-python in an environment with disabled gc these
    "leaks" hit me hard.
    Mephius committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    532c498 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. Configuration menu
    Copy the full SHA
    8cba224 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d26f5c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Configuration menu
    Copy the full SHA
    8b27802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b82c46 View commit details
    Browse the repository at this point in the history
  3. Missed import

    Mephius committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    95dd511 View commit details
    Browse the repository at this point in the history
  4. One more shot on WeakMethod

    Mephius committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    9e4913f View commit details
    Browse the repository at this point in the history
  5. Reverted WeakMethod

    Mephius committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    ded0998 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9fce4a View commit details
    Browse the repository at this point in the history
  7. Unwinded comprehensions and generators in order to be prevent interpr…

    …eter to cleanup WekMethod target preliminary
    Mephius committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    f1df0cd View commit details
    Browse the repository at this point in the history
  8. Fixed mistype

    Mephius committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    067e632 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Configuration menu
    Copy the full SHA
    db11ab4 View commit details
    Browse the repository at this point in the history