Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pypy pypy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 675
    • Issues 675
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyPyPyPy
  • pypypypy
  • Merge requests
  • !563

Recreate support for using leakfinder in cpyext

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ronan Lamy requested to merge branch/cpyext-leakchecking into branch/default Aug 06, 2017
  • Overview 0
  • Commits 26
  • Pipelines 0
  • Changes 21

The leakfinder checks are actually disabled as they cause too many failures ATM. To enable them, see pypy/module/cpyext/test/test_cpyext.py:158.

Enabling the checks allowed to fix a number of reference leaks in tests, as well as a few small but real leaks.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: branch/cpyext-leakchecking