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 BTaskaya, asvetlov, jack1142, lukasz.langa, miss-islington, pablogsal, serhiy.storchaka, vstinner, yselivanov
Date 2020-04-20.16:08:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587398930.88.0.308223849708.issue39562@roundup.psfhosted.org>
In-reply-to
Content
> Either the regression should be fixed, or the commits which introduced the regression should be reverted.

If you do that we will have now two problems:

* The asyncio repr will not work correctly.
* The flags in compile still have a clash.

The solution is to merge https://github.com/python/cpython/pull/19230 or some version of it, which should fix the issue in  python-gmpy2 doctest .
History
Date User Action Args
2020-04-20 16:08:50pablogsalsetrecipients: + pablogsal, vstinner, asvetlov, lukasz.langa, serhiy.storchaka, yselivanov, miss-islington, BTaskaya, jack1142
2020-04-20 16:08:50pablogsalsetmessageid: <1587398930.88.0.308223849708.issue39562@roundup.psfhosted.org>
2020-04-20 16:08:50pablogsallinkissue39562 messages
2020-04-20 16:08:50pablogsalcreate