diff options
author | Guido van Rossum <guido@python.org> | 1995-01-09 17:54:07 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-09 17:54:07 (GMT) |
commit | 8a30adc33ffe494f464f1a30c42f28fb3088970a (patch) | |
tree | b2efef7cbaaed0ac02fc18713e428a2911ae8739 /BUGS | |
parent | 6135a87f2b1474be6caf1bf776024d0c6d10a6d1 (diff) | |
download | cpython-8a30adc33ffe494f464f1a30c42f28fb3088970a.zip cpython-8a30adc33ffe494f464f1a30c42f28fb3088970a.tar.gz cpython-8a30adc33ffe494f464f1a30c42f28fb3088970a.tar.bz2 |
the usual
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -28,13 +28,11 @@ DECREF can cause recursive calls to methods of the object being modified. Other files too. [Only partially fixed -- listobject.c is still suspect.] -(-) struct module aligns doubles wrongly when compiled with -DDEBUG on -sparc - (-) if __getattr__ prints something, calling repr(x) from cmd line forgets a newline -(-) doneimport() should be called *before* the Py_AtExit code is called +(-) doneimport() should be called *before* the Py_AtExit code is +called [problem: what if other threads are still active?] Environmental bugs ------------------ @@ -55,12 +53,15 @@ Environmental bugs doesn't create it (-) HP doesn't compile out of the box (needs LIBS=-ldld or -LIBS=/usr/lib/libdld.sl) +LIBS=/usr/lib/libdld.sl) [hard to test without a HP machine handy] ====================================================================== BUGS present in 1.1.1 and fixed in 1.2 -------------------------------------- +(*) struct module aligns doubles wrongly when compiled with -DDEBUG on +sparc + (*) memory leak (namebuf) in initmodule2 (*) hash() of float values returns bogus values |