Skip to content
Prev Previous commit
Next Next commit
Blurb for change
  • Loading branch information
MojoVampire committed May 22, 2024
commit 536defc57813d10078e5ee49f13e6836031a136d
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Added ``Py_BEGIN_CRITICAL_SECTION_SEQUENCE_FAST`` and
``Py_END_CRITICAL_SECTION_SEQUENCE_FAST`` macros to make it possible to use
PySequence_Fast APIs safely when free-threaded, and update str.join to work
without the GIL using them.