[all-commits] [llvm/llvm-project] 89c557: OpenMP: Fix Python 3 SyntaxErrors (#123940)

Christian Clauss via All-commits all-commits at lists.llvm.org
Mon Jan 27 14:46:15 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89c5576ff9038ba53025ca82209fdc5f5b5d0bb4
      https://github.com/llvm/llvm-project/commit/89c5576ff9038ba53025ca82209fdc5f5b5d0bb4
  Author: Christian Clauss <cclauss at me.com>
  Date:   2025-01-27 (Mon, 27 Jan 2025)

  Changed paths:
    M openmp/runtime/tools/summarizeStats.py

  Log Message:
  -----------
  OpenMP: Fix Python 3 SyntaxErrors (#123940)

1. `print()` is a function in Python 3.
2. New-style exceptions are required in Python 3.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list