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 Michael.Felt, lys.nikolaou, ned.deily, pablogsal
Date 2020-04-23.14:30:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587652246.66.0.023668150535.issue40370@roundup.psfhosted.org>
In-reply-to
Content
Tested on an AIX system:

[pablo@ibm_machine cpython (master)]$ uname -a
AIX ibm_machine 1 7 ******* powerpc ******** AIX
[pablo@ibm1 cpython (master)]$ ./python -m test test_peg_generator
0:00:00 Run tests sequentially
0:00:00 [1/1] test_peg_generator

== Tests result: SUCCESS ==

1 test OK.

Total duration: 5.0 sec
Tests result: SUCCESS

I will mark this issue as fixed as It was failing before on this machine and now the test suceeds. Feel free to reopen if is not fixes in your system :)
History
Date User Action Args
2020-04-23 14:30:46pablogsalsetrecipients: + pablogsal, ned.deily, Michael.Felt, lys.nikolaou
2020-04-23 14:30:46pablogsalsetmessageid: <1587652246.66.0.023668150535.issue40370@roundup.psfhosted.org>
2020-04-23 14:30:46pablogsallinkissue40370 messages
2020-04-23 14:30:46pablogsalcreate