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.

classification
Title: Test suite needs adjustments for Expat >=2.4.5
Type: Stage: patch review
Components: XML Versions: Python 3.11, Python 3.10, Python 3.9, Python 3.8, Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: lukasz.langa, mgorny, miss-islington, ned.deily, sping
Priority: normal Keywords: patch

Created on 2022-02-20 19:54 by sping, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 31453 merged sping, 2022-02-20 20:05
PR 31469 merged miss-islington, 2022-02-21 14:48
PR 31470 merged miss-islington, 2022-02-21 14:49
PR 31471 merged miss-islington, 2022-02-21 14:49
PR 31472 merged miss-islington, 2022-02-21 15:03
Messages (6)
msg413605 - (view) Author: (sping) * Date: 2022-02-20 19:54
It has been reported at https://bugs.python.org/issue46794#msg413587 that the current CPython test suite needs some adjustments for Expat >=2.4.5. Since that is somewhat separate from updating the bundled copy of Expat to >=2.4.6, I am creating this dedicated ticket.  I pull request for discussion will follow shortly.
msg413654 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2022-02-21 14:48
New changeset 2cae93832f46b245847bdc252456ddf7742ef45e by Sebastian Pipping in branch 'main':
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)
https://github.com/python/cpython/commit/2cae93832f46b245847bdc252456ddf7742ef45e
msg413658 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2022-02-21 16:16
New changeset 7da97f61816f3cadaa6788804b22a2434b40e8c5 by Miss Islington (bot) in branch '3.10':
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31472)
https://github.com/python/cpython/commit/7da97f61816f3cadaa6788804b22a2434b40e8c5
msg413659 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2022-02-21 16:16
New changeset 336a916f75642dfe2d87e237981686051d5d51f8 by Miss Islington (bot) in branch '3.9':
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31469)
https://github.com/python/cpython/commit/336a916f75642dfe2d87e237981686051d5d51f8
msg413669 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-02-21 19:03
New changeset d4f5bb912e67299b59b814b89a5afd9a8821a14e by Miss Islington (bot) in branch '3.7':
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31471)
https://github.com/python/cpython/commit/d4f5bb912e67299b59b814b89a5afd9a8821a14e
msg413743 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2022-02-22 20:58
New changeset fdfd7a93540b0866ba42264ecb9b0a3c2286f654 by Łukasz Langa (Sebastian Pipping) in branch '3.8':
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)
https://github.com/python/cpython/commit/fdfd7a93540b0866ba42264ecb9b0a3c2286f654
History
Date User Action Args
2022-04-11 14:59:56adminsetgithub: 90967
2022-02-22 20:58:09lukasz.langasetmessages: + msg413743
2022-02-21 19:03:16ned.deilysetnosy: + ned.deily
messages: + msg413669
2022-02-21 16:16:27lukasz.langasetmessages: + msg413659
2022-02-21 16:16:26lukasz.langasetmessages: + msg413658
2022-02-21 15:03:38miss-islingtonsetpull_requests: + pull_request29602
2022-02-21 14:49:06miss-islingtonsetpull_requests: + pull_request29601
2022-02-21 14:49:00miss-islingtonsetpull_requests: + pull_request29600
2022-02-21 14:48:54miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request29599
2022-02-21 14:48:49lukasz.langasetnosy: + lukasz.langa
messages: + msg413654
2022-02-20 20:05:58spingsetkeywords: + patch
stage: patch review
pull_requests: + pull_request29581
2022-02-20 19:54:05spingcreate