summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-09-21 19:33:56 (GMT)
committerGitHub <noreply@github.com>2018-09-21 19:33:56 (GMT)
commit2ec872b31e25cee1f983fe07991fb53f3fd1cbac (patch)
treeee3b5067dc9125be38d3a0ef0e5517a196f334aa /Misc
parentb46ad5431d2643f61e929c1ffec48766b2fafd75 (diff)
downloadcpython-2ec872b31e25cee1f983fe07991fb53f3fd1cbac.zip
cpython-2ec872b31e25cee1f983fe07991fb53f3fd1cbac.tar.gz
cpython-2ec872b31e25cee1f983fe07991fb53f3fd1cbac.tar.bz2
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2018-09-21-11-06-56.bpo-34762.1nN53m.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-09-21-11-06-56.bpo-34762.1nN53m.rst b/Misc/NEWS.d/next/Core and Builtins/2018-09-21-11-06-56.bpo-34762.1nN53m.rst
new file mode 100644
index 0000000..0cd47a4
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2018-09-21-11-06-56.bpo-34762.1nN53m.rst
@@ -0,0 +1 @@
+Fix contextvars C API to use PyObject* pointer types.