Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into config_get
  • Loading branch information
vstinner committed Aug 30, 2024
commit 4e0951e381f83b32486a00bb21525b7f9e893edf
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,10 @@ New Features

(Contributed by Victor Stinner in :gh:`120389`.)

* Add :c:func:`PyBytes_Join(sep, iterable) <PyBytes_Join>` function,
similar to ``sep.join(iterable)`` in Python.
(Contributed by Victor Stinner in :gh:`121645`.)

* Add functions to get and set the current runtime Python configuration:

* :c:func:`PyConfig_Get`
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.