Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MagicStack/uvloop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MagicStack/uvloop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 20, 2019

  1. Fix SSL memory leak

    Refs bpo-34745, protocol and transport form circular reference,
    causing SSLContext stack up ugly.
    fantix authored and 1st1 committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    3070ec8 View commit details
    Browse the repository at this point in the history
  2. Fix memory leak related to call_later() and call_at()

    The crux of the problem is that TimerHandle did not clean up a strong
    reference from the event loop to `self`.  This typically isn't a problem
    unless there's another strong reference to the loop from the callback or
    from its arguments (such as a Future).
    
    A few new unit tests should ensure this kind of bugs won't happen again.
    
    Fixes: #239.
    1st1 committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    1a5dbc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9a111b View commit details
    Browse the repository at this point in the history
  4. Round delay in call_later()

    * Fixes #233.
    fantix authored and 1st1 committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    8f037a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06335f3 View commit details
    Browse the repository at this point in the history
  6. Bump the version to 0.12.2

    1st1 committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    88608b8 View commit details
    Browse the repository at this point in the history
  7. Bump the version to 0.12.3.dev0

    1st1 committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    4ad2f46 View commit details
    Browse the repository at this point in the history
Loading