Message313279
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) |
|
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 | |
|