Issue 763928: test_bsddb3 crashes if run after test_locale (original) (raw)

Issue763928

Created on 2003-07-01 14:25 by nascheme, last changed 2022-04-10 16:09 by admin. This issue is now closed.

Messages (2)
msg16768 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2003-07-01 14:25
I found this while testing for the 2.3b2 release. This crashes on both W2K and Linux: ./python Lib/test/regrtest.py -u bsddb test_logging test_bsddb3 Only the 'locale.setlocale(locale.LC_ALL, '')' line of test_logging is necessary to trigger the bug.
msg16769 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-07-15 19:13
Logged In: YES user_id=21627 This is fixed in _bsddb.c 1.17.
History
Date User Action Args
2022-04-10 16:09:35 admin set github: 38758
2003-07-01 14:25:01 nascheme create