summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2004-08-12 18:09:00 (GMT)
committerMichael W. Hudson <mwh@python.net>2004-08-12 18:09:00 (GMT)
commit5523c2517f14aed04f94865189ce986040652415 (patch)
tree5a1a5ea335cdd7e0168fa8ca629e81d34e0e6f49
parent609346273903cd848d055b046ec46d9cc831b750 (diff)
downloadcpython-5523c2517f14aed04f94865189ce986040652415.zip
cpython-5523c2517f14aed04f94865189ce986040652415.tar.gz
cpython-5523c2517f14aed04f94865189ce986040652415.tar.bz2
A NEWS entry for my last checked in change (I've gotten out of the
habit of these, sorry).
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f3ed638..15d73e1 100644
--- 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