]> granicus.if.org Git - python/commit
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
authorYury Selivanov <yury@magic.io>
Fri, 21 Sep 2018 19:33:56 +0000 (15:33 -0400)
committerGitHub <noreply@github.com>
Fri, 21 Sep 2018 19:33:56 +0000 (15:33 -0400)
commit2ec872b31e25cee1f983fe07991fb53f3fd1cbac
treeee3b5067dc9125be38d3a0ef0e5517a196f334aa
parentb46ad5431d2643f61e929c1ffec48766b2fafd75
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
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