Re: [Python-Dev] Missing testcase for bpo-34125

2019-05-22 Thread Terry Reedy
On 5/22/2019 5:41 AM, Jeroen Demeyer wrote: Could somebody please merge https://github.com/python/cpython/pull/13461 It adds a missing testcase for bpo-34125. This is testing code which is affected by PEP 590, so missing this test might accidentally break CPython if we screw up with implementi

[Python-Dev] Missing testcase for bpo-34125

2019-05-22 Thread Jeroen Demeyer
Could somebody please merge https://github.com/python/cpython/pull/13461 It adds a missing testcase for bpo-34125. This is testing code which is affected by PEP 590, so missing this test might accidentally break CPython if we screw up with implementing PEP 590. Thanks, Jeroen. ___