Message 114090 - Python tracker (original) (raw)
Message114090
Author | vstinner |
---|---|
Recipients | Arfrever, amaury.forgeotdarc, eric.araujo, ezio.melotti, flox, pitrou, vstinner |
Date | 2010-08-17.00:43:01 |
SpamBayes Score | 0.0008263932 |
Marked as misclassified | No |
Message-id | 1282005784.34.0.838895779841.issue9425@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
r84122 saves/restores the exception around "filename = _PyUnicode_AsString(co->co_filename);" because it raises an unicode error on unencodable filename. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-08-17 00:43:04 | vstinner | set | recipients: + vstinner, amaury.forgeotdarc, pitrou, ezio.melotti, eric.araujo, Arfrever, flox |
2010-08-17 00:43:04 | vstinner | set | messageid: 1282005784.34.0.838895779841.issue9425@psf.upfronthosting.co.za |
2010-08-17 00:43:02 | vstinner | link | issue9425 messages |
2010-08-17 00:43:01 | vstinner | create |