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 pablogsal
Recipients pablogsal
Date 2020-05-24.01:44:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590284681.8.0.107384180278.issue40750@roundup.psfhosted.org>
In-reply-to
Content
A piece of the output for the string "1 + 1" with PR 20340:

       > star_expressions[0-0]: star_expression ','
       ✗ star_expressions[0-0]: star_expression ',' failed!
       > star_expressions[0-0]: star_expression
       ✓ star_expressions[0-3]: star_expression
       > augassign[3-3]: '+='
       ✗ augassign[3-3]: '+=' failed!
       > augassign[3-3]: '-='
       ✗ augassign[3-3]: '-=' failed!
       > augassign[3-3]: '*='
       ✗ augassign[3-3]: '*=' failed!
       > augassign[3-3]: '@='
       ✗ augassign[3-3]: '@=' failed!
       > augassign[3-3]: '/='
       ✗ augassign[3-3]: '/=' failed!
       > augassign[3-3]: '%='
       ✗ augassign[3-3]: '%=' failed!
       > augassign[3-3]: '&='
       ✗ augassign[3-3]: '&=' failed!
       > augassign[3-3]: '|='
       ✗ augassign[3-3]: '|=' failed!
       > augassign[3-3]: '^='
       ✗ augassign[3-3]: '^=' failed!
       > augassign[3-3]: '<<='
       ✗ augassign[3-3]: '<<=' failed!
       > augassign[3-3]: '>>='
       ✗ augassign[3-3]: '>>=' failed!
       > augassign[3-3]: '**='
       ✗ augassign[3-3]: '**=' failed!
       > augassign[3-3]: '//='
       ✗ augassign[3-3]: '//=' failed!
      ✗ invalid_assignment[0-0]: star_expressions augassign (yield_expr | star_expressions) failed!
     ✗ assignment[0-0]: invalid_assignment failed!
    ✗ small_stmt[0-0]: assignment failed!
    > small_stmt[0-0]: star_expressions
     > star_expressions[0-0]: star_expression ((',' star_expression))+ ','?
      > _loop1_71[3-3]: (',' star_expression)
       > _tmp_139[3-3]: ',' star_expression
       ✗ _tmp_139[3-3]: ',' star_expression failed!
      ✗ _loop1_71[3-3]: (',' star_expression) failed!
     ✗ star_expressions[0-0]: star_expression ((',' star_expression))+ ','? failed!
     > star_expressions[0-0]: star_expression ','
     ✗ star_expressions[0-0]: star_expression ',' failed!
     > star_expressions[0-0]: star_expression
     ✓ star_expressions[0-3]: star_expression
    ✓ small_stmt[0-3]: star_expressions
   ✓ simple_stmt[0-4]: small_stmt !';' NEWLINE
  ✓ statement_newline[0-4]: simple_stmt
 ✓ interactive[0-4]: statement_newline
2
 > interactive[0-0]: statement_newline
History
Date User Action Args
2020-05-24 01:44:41pablogsalsetrecipients: + pablogsal
2020-05-24 01:44:41pablogsalsetmessageid: <1590284681.8.0.107384180278.issue40750@roundup.psfhosted.org>
2020-05-24 01:44:41pablogsallinkissue40750 messages
2020-05-24 01:44:41pablogsalcreate