cpython/Misc/NEWS.d/next
Erlend E. Aasland deb921f851
gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (#117502)
This change gives a significant speedup, as the METH_FASTCALL calling
convention is now used. The following bytes and bytearray methods are adapted:

- count()
- find()
- index()
- rfind()
- rindex()

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
2024-04-12 07:40:55 +00:00
..
Build Python 3.13.0a6 2024-04-09 11:56:22 +02:00
C API Merge branch 'main' of https://github.com/python/cpython 2024-04-09 20:42:07 +02:00
Core and Builtins gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (#117502) 2024-04-12 07:40:55 +00:00
Documentation Python 3.13.0a6 2024-04-09 11:56:22 +02:00
IDLE Python 3.13.0a5 2024-03-12 21:11:08 +01:00
Library gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723) 2024-04-11 07:41:55 -07:00
Security gh-117233: Detect support for several hashes at hashlib build time (GH-117234) 2024-04-11 16:49:41 +02:00
Tests Python 3.13.0a6 2024-04-09 11:56:22 +02:00
Tools-Demos Python 3.13.0a5 2024-03-12 21:11:08 +01:00
Windows Python 3.13.0a6 2024-04-09 11:56:22 +02:00
macOS Python 3.13.0a5 2024-03-12 21:11:08 +01:00