This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients brunogola, loewis, pitrou, tim.peters, vstinner
Date 2011-01-06.00:51:20
SpamBayes Score 0.0036093
Marked as misclassified No
Message-id <1294275088.02.0.254251079298.issue10492@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2011-01-06 00:51:28vstinnersetrecipients: + vstinner, tim.peters, loewis, pitrou, brunogola
2011-01-06 00:51:28vstinnersetmessageid: <1294275088.02.0.254251079298.issue10492@psf.upfronthosting.co.za>
2011-01-06 00:51:20vstinnerlinkissue10492 messages
2011-01-06 00:51:20vstinnercreate