diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2009-06-01 21:16:17 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2009-06-01 21:16:17 (GMT) |
commit | 1172999627c912b57ace149183de4a313edc74d2 (patch) | |
tree | 22855b08741c642c6f0ac82ad238ad9ef335adb1 /Misc | |
parent | 27c8d8f9aedc7c27fb61407df2769eb1bd65f457 (diff) | |
download | cpython-1172999627c912b57ace149183de4a313edc74d2.zip cpython-1172999627c912b57ace149183de4a313edc74d2.tar.gz cpython-1172999627c912b57ace149183de4a313edc74d2.tar.bz2 |
#5735: Modules compiled with incompatible settings (--with-pydebug when python is not)
should generate a link-time error.
I won't backport to 3.0, because it breaks binary compatibility
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -28,6 +28,13 @@ Windows - Issue #6158: Package Sine-1000Hz-300ms.aif in MSI file. +C-API +----- + +- Issue #5735: Python compiled with --with-pydebug should throw an + ImportError when trying to import modules compiled without + --with-pydebug, and vice-versa. + What's New in Python 3.1 release candidate 1? ============================================= |