diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-01-10 23:29:48 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-01-10 23:29:48 (GMT) |
commit | 74a032ea1f56a26dc8e91873a7e212b0c356b368 (patch) | |
tree | 071eaea1088b63ef2a71ce302b6e3ed730cd83b2 /Misc | |
parent | e931ed59d3d39cfbf91255a77f7fc64bfd167deb (diff) | |
download | cpython-74a032ea1f56a26dc8e91873a7e212b0c356b368.zip cpython-74a032ea1f56a26dc8e91873a7e212b0c356b368.tar.gz cpython-74a032ea1f56a26dc8e91873a7e212b0c356b368.tar.bz2 |
SF #639945 was fixed in alpha 1
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -499,6 +499,8 @@ Core and builtins slots are now always tried after trying the corresponding nb_* slots. This fixes a number of minor bugs (see bug #624807). +- Fix problem with dynamic loading on 64-bit AIX (see bug #639945). + Extension modules ----------------- |