Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L LHCb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 193
    • Issues 193
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 43
    • Merge requests 43
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • LHCb
  • Merge requests
  • !3825

Do not arbitrarily release Python GIL in HLTControlFlowMgr

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marco Clemencic requested to merge do-not-release-gil into master Oct 20, 2022
  • Overview 4
  • Commits 1
  • Pipelines 2
  • Changes 2

!3340 (merged) introduced an unconditional release of Python GIL while the problem should have been handled in Gaudi as done in gaudi/Gaudi!1369 (merged) and gaudi/Gaudi!1387 (merged). Moreover the unconditional release of the GIL prevent running the HLTControlFlowMgr from Gaudi.exe (for example in test workflows like gaudirun.py -n -o myopts.opts some_complicated_options.py && Gaudi.exe myopts.opts).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: do-not-release-gil