]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
A NEWS entry for my last checked in change (I've gotten out of the
authorMichael W. Hudson <mwh@python.net>
Thu, 12 Aug 2004 18:09:00 +0000 (18:09 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 12 Aug 2004 18:09:00 +0000 (18:09 +0000)
habit of these, sorry).

Misc/NEWS

index f3ed6385a0bb276a781f3a7869f649497ee20c42..15d73e1be0d28b6ab7de259e857cb89a4391707f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,11 @@ What's New in Python 2.4 alpha 3?
 Core and builtins
 -----------------
 
+- code_new (a.k.a new.code()) now checks its arguments sufficiently
+  carefully that passing them on to PyCode_New() won't trigger calls
+  to Py_FatalError() or PyErr_BadInternalCall().  It is still the case
+  that the returned code object might be entirely insane.
+
 - Subclasses of string can no longer be interned.  The semantics of
   interning were not clear here -- a subclass could be mutable, for
   example -- and had bugs.  Explicitly interning a subclass of string