Message125492
bdb.patch doesn't work if cmd is not a string (if cmd is a code object).
r87780 fixes this issue: bdb.Bdb.run() only traces the execution of the code, not the compilation (if the input is a string).
With this fix, the whole test suite pass on Linux with ISO-8859-1, ISO-8859-15 and UTF-8 locale encodings (I only tested in an ASCII path). |
|
Date |
User |
Action |
Args |
2011-01-06 00:51:28 | vstinner | set | recipients:
+ vstinner, tim.peters, loewis, pitrou, brunogola |
2011-01-06 00:51:28 | vstinner | set | messageid: <1294275088.02.0.254251079298.issue10492@psf.upfronthosting.co.za> |
2011-01-06 00:51:20 | vstinner | link | issue10492 messages |
2011-01-06 00:51:20 | vstinner | create | |
|