diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2025-04-08 11:26:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-08 11:26:32 (GMT) |
commit | 0e4cf9ce7c7b0ae6e78ded27db828eac0f8c7724 (patch) | |
tree | fd4513665b2bbbc0640fb7bc5b3f1296226e550a /Python/optimizer_bytecodes.c | |
parent | 0f04f2456a2ff996cc670342a287928ab5f9b706 (diff) | |
download | cpython-0e4cf9ce7c7b0ae6e78ded27db828eac0f8c7724.zip cpython-0e4cf9ce7c7b0ae6e78ded27db828eac0f8c7724.tar.gz cpython-0e4cf9ce7c7b0ae6e78ded27db828eac0f8c7724.tar.bz2 |
gh-50333: Deprecate support of non-tuple sequences in PyArg_ParseTuple() (GH-128374)
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.
Diffstat (limited to 'Python/optimizer_bytecodes.c')
0 files changed, 0 insertions, 0 deletions