Tin mới
gh-100239: expose `sq_repeat` helpers for `BINARY_OP_EXTEND` (#148791)
gh-100239: Specialize more binary operations using BINARY_OP_EXTEND (GH-128956)
gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH-140128)
gh-139156: Use PyBytesWriter in _PyUnicode_EncodeCharmap() (#139251)
gh-129813, PEP 782: Remove the private _PyBytesWriter API (#139264)
gh-129813, PEP 782: Add PyBytesWriter.overallocate (#138941)
gh-129813, PEP 782: Add PyBytesWriter C API (#138822)
gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648)
gh-121489: Export private _PyBytes_Join() again (#122267)
gh-107211: No longer export internal functions (5) (#108423)
gh-106320: Remove _PyBytes_Join() C API (#107144)
gh-106320: Remove _PyBytesWriter C API (#106399)
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
bpo-47070: Add _PyBytes_Repeat() (GH-31999)
Fix typo in pycore_bytesobject.h (GH-31914)
bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
bpo-45953: Statically allocate and initialize global bytes objects. (gh-30096)
bpo-46008: Make runtime-global object/type lifecycle functions and state consistent. (gh-29998)