Skip to content

Commit

Permalink
add python 3.12 docs note
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Jan 24, 2025
1 parent 66199b9 commit 3eacf17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/packages/Python.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
strongly recommend to limit the amount of data shared between
sub-interpreters.
.. note::
This feature is only available in Python 3.12 and later. Attempting to use
sub-interpreters with earlier versions of Python will result in a runtime
exception.
The following demonstrates using sub-interpreters in a ``coforall`` loop:
..
Expand Down

0 comments on commit 3eacf17

Please sign in to comment.