From: Ned Deily Date: Sun, 6 Jul 2014 23:17:45 +0000 (-0700) Subject: Issue #21923: merge from 3.4 X-Git-Tag: v3.5.0a1~1338 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7447edbc9e3d751f75ded15977fc22885cec1320;p=python Issue #21923: merge from 3.4 --- 7447edbc9e3d751f75ded15977fc22885cec1320 diff --cc Misc/NEWS index 0d32cf3ca8,97ffbfc01a..edd46d86cb --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -539,15 -467,10 +539,17 @@@ Librar - Issue #11571: Ensure that the turtle window becomes the topmost window when launched on OS X. -Extension Modules ------------------ +- Issue #21801: Validate that __signature__ is None or an instance of Signature. -- Issue #21276: posixmodule: Don't define USE_XATTRS on KFreeBSD and the Hurd. ++- Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler ++ due to possible uninitialized _config_vars. + +Extension Modules +----------------- + +- Issue #21407: _decimal: The module now supports function signatures. + +- Issue #21276: posixmodule: Don't define USE_XATTRS on KFreeBSD and the Hurd. - Issue #21226: Set up modules properly in PyImport_ExecCodeModuleObject (and friends).