diff options
author | Christian Heimes <christian@python.org> | 2022-04-04 17:13:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 17:13:42 (GMT) |
commit | d1b1c885d8f276a0b1ff2e327270916396a8b842 (patch) | |
tree | 3b2a0ea24178ca47ee87d10563141ba5e8e0cbe0 /Misc | |
parent | 1ecfe3d5ae4ddec4e73a6cfc93fed6df43fe0be5 (diff) | |
download | cpython-d1b1c885d8f276a0b1ff2e327270916396a8b842.zip cpython-d1b1c885d8f276a0b1ff2e327270916396a8b842.tar.gz cpython-d1b1c885d8f276a0b1ff2e327270916396a8b842.tar.bz2 |
bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT (GH-32297)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-04-08-54-31.bpo-47208.cOh9xZ.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-04-08-54-31.bpo-47208.cOh9xZ.rst b/Misc/NEWS.d/next/Library/2022-04-04-08-54-31.bpo-47208.cOh9xZ.rst new file mode 100644 index 0000000..a5da321 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-04-08-54-31.bpo-47208.cOh9xZ.rst @@ -0,0 +1 @@ +Allow vendors to override :const:`CTYPES_MAX_ARGCOUNT`. |