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 676
    • Issues 676
    • 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
  • !547

fixed ctypes segfault by removing fastpath.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Bitbucket Importer requested to merge bitbucket/merged-pr-547 into branch/default May 18, 2017
  • Overview 7
  • Commits 3
  • Pipelines 0
  • Changes 4

Created originally on Bitbucket by Dodan (Dodan Mihai)

Was already merged in Bitbucket before import, marked as merged by the import user

  • Removed the fastpath from _ctypes/function.py to avoid the issue of segfault altogether.
  • Removed the test_fastpath.py because it was no longer relevant
  • Added a new test_segfault.py, to show that the issue is no longer reproducible
  • Added a README for ctypes_tests that explains that these tests should be run after the translation, with the resulting binary.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bitbucket/merged-pr-547