summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-08-07 15:56:42 (GMT)
committerGitHub <noreply@github.com>2020-08-07 15:56:42 (GMT)
commitf44693eaed3b9d91a6e415d48224fd4750b59366 (patch)
tree3ce119ec0ab6f09769273c748f84777001bf91d5 /Misc
parent598a951844122678de2596dbc1e0e09e2be65fd2 (diff)
downloadcpython-f44693eaed3b9d91a6e415d48224fd4750b59366.zip
cpython-f44693eaed3b9d91a6e415d48224fd4750b59366.tar.gz
cpython-f44693eaed3b9d91a6e415d48224fd4750b59366.tar.bz2
bpo-41477: Make ctypes optional in test_genericalias (GH-21766)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2020-08-07-17-28-49.bpo-41477.GrFexU.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2020-08-07-17-28-49.bpo-41477.GrFexU.rst b/Misc/NEWS.d/next/Tests/2020-08-07-17-28-49.bpo-41477.GrFexU.rst
new file mode 100644
index 0000000..bf0f54a
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2020-08-07-17-28-49.bpo-41477.GrFexU.rst
@@ -0,0 +1 @@
+Make ctypes optional in test_genericalias.