]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1635741: Port _string module to multi-phase init (GH-22148)
authorVictor Stinner <vstinner@python.org>
Tue, 8 Sep 2020 13:33:08 +0000 (15:33 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Sep 2020 13:33:08 +0000 (15:33 +0200)
commitbb083d33f7ffe93cee9e1f63d1e526dc81a6e34f
treeea08572df86ee54fe48c034365937999004a8072
parent52a2df135c0470b1dbf889edc51b7c556ae4bc80
bpo-1635741: Port _string module to multi-phase init (GH-22148)

Port the _string extension module to the multi-phase initialization
API (PEP 489).
Misc/NEWS.d/next/Library/2020-09-08-13-51-16.bpo-1635741.wkPeoT.rst [new file with mode: 0644]
Objects/unicodeobject.c