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

April 05-07 - Mercurial Paris Conference 2023 - One day of workshop dedicated to Heptapod and Mercurial usage and workflow. There are still places available for both workshops and talks!

  • PyPyPyPy
  • pypypypy
  • Merge requests
  • !502

Issue2444

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Bitbucket Importer requested to merge branch/issue2444 into branch/default Dec 26, 2016
  • Overview 2
  • Commits 19
  • Pipelines 0
  • Changes 13

Created originally on Bitbucket by mattip

  • test for `PyObject_GetBufferandPyMemoryView_GET_BUFFER``, which leaked memory and held references

  • add a finalizer for CPyBuffer, which required converting rpython's Buffer from using __slots__ to using _attr_

  • add a PyMemoryViewObject with a PyBuffer attached so that the call to PyMemoryView_GET_BUFFER does not leak a PyBuffer-sized piece of memory

  • track down unmatched Py_INCREF usage when looking for a bf_releasebuffer function

Along the way I noticed that LeakCheckingTest has been disabled, and am wondering if we can re-enable it to speed up bug finding

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: branch/issue2444