]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Sep 2018 19:48:10 +0000 (12:48 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Sep 2018 19:48:10 +0000 (12:48 -0700)
commit187f2dd256a917c20bf55954d019fd35fb46ab08
tree6e2758eb460673d3c34264f6472cff82006443a3
parent975f3cb1f25406a9be019906227d53b23852f415
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)

(cherry picked from commit 2ec872b31e25cee1f983fe07991fb53f3fd1cbac)

Co-authored-by: Yury Selivanov <yury@magic.io>
Doc/c-api/contextvars.rst
Doc/whatsnew/3.7.rst
Include/context.h
Misc/NEWS.d/next/Core and Builtins/2018-09-21-11-06-56.bpo-34762.1nN53m.rst [new file with mode: 0644]
Modules/_contextvarsmodule.c
Python/context.c