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 677
    • Issues 677
    • 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
  • !672

Fix asyncgen_hooks and refactor coroutine execution

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ronan Lamy requested to merge branch/py3.6-asyncgen into branch/py3.6 Oct 15, 2019
  • Overview 0
  • Commits 13
  • Pipelines 0
  • Changes 11
  • Add space.callable_w() method
  • Make asyncgen_hooks thread-local
  • fix comment
  • test cleanup
  • Begin refactoring handling of .w_yielded_from
  • Store w_yf on the frame instead of the generator
  • Allow YIELD_FROM to run even if the generator owning the frame died
  • fix asyncgen finalizer
  • Enable firstiter hook
  • Move .resume_execute_frame() to PyFrame and simplify code
  • Remove unused argument in_generator from execute_frame()

‌

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: branch/py3.6-asyncgen