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 rbcollins
Recipients David.Edelsohn, ddriddle, python-dev, r.david.murray, rbcollins
Date 2015-08-19.22:35:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440023721.05.0.286814906127.issue24054@psf.upfronthosting.co.za>
In-reply-to
Content
I can't see how the patch could have caused the 
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_symbol.py", line 44, in test_real_grammar_and_symbol_file
    os.stat(TEST_PY_FILE)))
AssertionError: False is not true : symbol stat: os.stat_result(st_mode=33206, st_ino=108649341010373284, st_dev=1222264288, st_nlink=1, st_uid=0, st_gid=0, st_size=2095, st_atime=1438992962, st_mtime=1438992962, st_ctime=1438992962)
test_py stat: os.stat_result(st_mode=33206, st_ino=71213169107987373, st_dev=1222264288, st_nlink=1, st_uid=0, st_gid=0, st_size=2209, st_atime=1439969830, st_mtime=1439969831, st_ctime=1439969830)


failure, so I'm going to ignore that - its a size change in the output file.
History
Date User Action Args
2015-08-19 22:35:21rbcollinssetrecipients: + rbcollins, r.david.murray, python-dev, David.Edelsohn, ddriddle
2015-08-19 22:35:21rbcollinssetmessageid: <1440023721.05.0.286814906127.issue24054@psf.upfronthosting.co.za>
2015-08-19 22:35:21rbcollinslinkissue24054 messages
2015-08-19 22:35:20rbcollinscreate