]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH-25920)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 May 2021 18:15:25 +0000 (11:15 -0700)
committerGitHub <noreply@github.com>
Wed, 5 May 2021 18:15:25 +0000 (11:15 -0700)
commit8f3ef457ad286e73f272dadec8b98d2ea3a6ec72
tree34e0723dbb22fd14e2829f636caaadb0bc129f74
parent10d6f6bfd749c0e7da51a96f53ca326c336f7a00
bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH-25920)

(cherry picked from commit cf86996a8e5965ff587040d0c2831c3132081a21)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Misc/NEWS.d/next/C API/2021-05-05-19-04-50.bpo-43795.9Ojj73.rst [new file with mode: 0644]
Misc/stable_abi.txt
PC/python3dll.c