Message313279
| Author | izbyshev |
|---|---|
| Recipients | izbyshev, paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2018-03-05.19:06:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1520276770.39.0.467229070634.issue33001@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
While judging by the source code it seems that bytes in 3.5 should be fine, I've got a crash with the latest binary from python.org: Python 3.5.4 (v3.5.4:3f56838, Aug 8 2017, 02:17:05) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import os >>> os.symlink(b'x\\' * 129, b'y\\' * 129) (Windows pop-up here) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-03-05 19:06:10 | izbyshev | set | recipients: + izbyshev, paul.moore, tim.golden, zach.ware, steve.dower |
| 2018-03-05 19:06:10 | izbyshev | set | messageid: <1520276770.39.0.467229070634.issue33001@psf.upfronthosting.co.za> |
| 2018-03-05 19:06:10 | izbyshev | link | issue33001 messages |
| 2018-03-05 19:06:10 | izbyshev | create | |