Skip to content

Commit

Permalink
Set directive scope to 'module'
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou committed Jun 12, 2024
1 parent f722c5a commit 084ba6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cython/Compiler/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ class DEFER_ANALYSIS_OF_ARGUMENTS:
'legacy_implicit_noexcept': ('module', ),
'control_flow.dot_output': ('module',),
'control_flow.dot_annotate_defs': ('module',),
'freethreading_compatible': ('module',)
}


Expand Down

0 comments on commit 084ba6e

Please sign in to comment.