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 Michael.Felt
Recipients Michael.Felt, lys.nikolaou, ned.deily, pablogsal
Date 2020-04-23.21:21:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <276199FB-9401-4E28-8ACE-F73D6740D73B@felt.demon.nl>
In-reply-to <1587652246.66.0.023668150535.issue40370@roundup.psfhosted.org>
Content
Thanks for the quick work. I’ll test with xlc as well, as the builds behave differently this afternoon. 

Sent from my iPhone

> On 23 Apr 2020, at 16:31, Pablo Galindo Salgado <report@bugs.python.org> wrote:
> 
> 
> Pablo Galindo Salgado <pablogsal@gmail.com> added the comment:
> 
> 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 :)
> 
> ----------
> resolution:  -> fixed
> stage: patch review -> resolved
> status: open -> closed
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue40370>
> _______________________________________
>
History
Date User Action Args
2020-04-23 21:21:21Michael.Feltsetrecipients: + Michael.Felt, ned.deily, lys.nikolaou, pablogsal
2020-04-23 21:21:21Michael.Feltlinkissue40370 messages
2020-04-23 21:21:20Michael.Feltcreate