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 JelleZijlstra, dlax, domdfcoding, gvanrossum, joperez, kj, levkivskyi, lukasz.langa, miss-islington, pablogsal, serhiy.storchaka, uriyyo
Date 2021-07-24.13:17:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627132652.26.0.809992752112.issue44353@roundup.psfhosted.org>
In-reply-to
Content
Bisecting points to:

fe13f0b0f696464dd6f283576668dbf57cb11399 is the first bad commit
commit fe13f0b0f696464dd6f283576668dbf57cb11399
Author: Yurii Karabas <1998uriyyo@gmail.com>
Date:   Fri Jul 23 12:47:00 2021 +0300

    bpo-44676: Add ability to serialize types.Union (GH-27244)

 Lib/test/test_types.py                             | 35 +++++++++++++++
 Lib/typing.py                                      |  4 +-
 .../2021-07-19-19-53-46.bpo-44676.WgIMvh.rst       |  2 +
 Objects/unionobject.c                              | 51 ++++++++++++++++++++++
 4 files changed, 90 insertions(+), 2 deletions(-)
 create mode 100644 Misc/NEWS.d/next/Core and Builtins/2021-07-19-19-53-46.bpo-44676.WgIMvh.rst
bisect run success
History
Date User Action Args
2021-07-24 13:17:32pablogsalsetrecipients: + pablogsal, gvanrossum, lukasz.langa, serhiy.storchaka, levkivskyi, JelleZijlstra, miss-islington, uriyyo, joperez, domdfcoding, kj, dlax
2021-07-24 13:17:32pablogsalsetmessageid: <1627132652.26.0.809992752112.issue44353@roundup.psfhosted.org>
2021-07-24 13:17:32pablogsallinkissue44353 messages
2021-07-24 13:17:32pablogsalcreate