diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-11-09 06:59:35 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-11-09 06:59:35 (GMT) |
commit | 67715f042096b4f77e359823f2c8d330f2b965b9 (patch) | |
tree | 83d2961d97bc266a38fee7da13b9d0c5c418a205 /Misc | |
parent | 789fd005e0d3b3ee047435f7536ded80a26ddff8 (diff) | |
download | cpython-67715f042096b4f77e359823f2c8d330f2b965b9.zip cpython-67715f042096b4f77e359823f2c8d330f2b965b9.tar.gz cpython-67715f042096b4f77e359823f2c8d330f2b965b9.tar.bz2 |
- SF Bug #1350188, "setdlopenflags" leads to crash upon "import"
It was possible dlerror() returns a NULL pointer, use a default error
message in this case.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ What's New in Python 2.5 alpha 1? Core and builtins ----------------- +- SF Bug #1350188, "setdlopenflags" leads to crash upon "import" + It was possible dlerror() returns a NULL pointer, use a default error + message in this case. + - Replaced most Unicode charmap codecs with new ones using the new Unicode translate string feature in the builtin charmap codec; the codecs were created from the mapping tables available |