commit | 91a639a094978882caef91915c932fbb2fc347de | [log] [tgz] |
---|---|---|
author | Inada Naoki <songofacandy@gmail.com> | Mon Feb 22 22:11:48 2021 +0900 |
committer | GitHub <noreply@github.com> | Mon Feb 22 22:11:48 2021 +0900 |
tree | 29ee9246d022b40a529c881e8deb0d6503b4d993 | |
parent | 5a4aa4c03e27ca5007b86c9c1ee62c77ad08a120 [diff] |
bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927) Emit DeprecationWarning when PyArg_Parse*() is called with 'u', 'Z' format. See PEP 623.