From: Thomas Heller Date: Mon, 7 Jun 2004 15:14:17 +0000 (+0000) Subject: Fix a refcount bug in an obscure code corner. X-Git-Tag: v2.3.5c1~211 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a2d44258ab381ada369a287804111963bc29fe8;p=thirdparty%2FPython%2Fcpython.git Fix a refcount bug in an obscure code corner. --- diff --git a/Misc/NEWS b/Misc/NEWS index 52da68f261e9..46c5350f2d3f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -9,6 +9,11 @@ What's New in Python 2.3.5? *Release date: xx-xxx-2004* +Core and builtins +----------------- + +- Bug #845802: Python crashed when __init__.py is a directory. + Extension modules -----------------