mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
0e4cf9ce7c
Non-tuple sequences are deprecated as argument for the "(items)" format unit in PyArg_ParseTuple() and other argument parsing functions if items contains format units which store borrowed buffer or reference (e.g. "s" and "O"). str and bytearray are no longer accepted as valid sequences.
Miscellaneous source files for the main Python shared library