Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • bliss bliss
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 547
    • Issues 547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 141
    • Merge requests 141
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bliss
  • blissbliss
  • Merge requests
  • !3816

Merged
Created Jun 20, 2021 by Wout De Nolf@denolfMaintainer

Refactor KillMask

  • Overview 3
  • Commits 4
  • Pipelines 12
  • Changes 1

Related to #2833 but only refactoring the existing logic to make it understandable + avoid global dict with references to greenlet objects.

The only behavioural difference is the warning you get when entering a KillMask context in a native greenlet that is not the main greenlet. Raising an exception seemed a bit harsh so I just log the warning for now.

Edited Jun 20, 2021 by Wout De Nolf
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 2833-killmask-and-interrupts