diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-06-17 05:15:49 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-06-17 05:15:49 (GMT) |
commit | c40bc09942f9532ed957dc8cd4da269ec089e830 (patch) | |
tree | f2596be6a738f230f6be4776f7f42d6925a3d747 /Misc | |
parent | 8d5c0b8c198374d0b88f30f04dd29d1f19c1c913 (diff) | |
download | cpython-c40bc09942f9532ed957dc8cd4da269ec089e830.zip cpython-c40bc09942f9532ed957dc8cd4da269ec089e830.tar.gz cpython-c40bc09942f9532ed957dc8cd4da269ec089e830.tar.bz2 |
Issue #13783: the PEP 380 implementation no longer expands the public C API
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -111,6 +111,12 @@ Library - Issue #14963: Convert contextlib.ExitStack.__exit__ to use an iterative algorithm (Patch by Alon Horev) +C-API +----- + +- Issue #13783: Inadvertent additions to the public C API in the PEP 380 + implementation have either been removed or marked as private interfaces. + Extension Modules ----------------- |