[Python-checkins] [3.14] gh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (GH-141730) (#141815)

2025-11-21 Thread sobolevn
https://github.com/python/cpython/commit/8d5cf98e456a048fa4b0072623b1101f381af5bd commit: 8d5cf98e456a048fa4b0072623b1101f381af5bd branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-11-21T23:14:43+03:00 summary: [3.

[Python-checkins] gh-141729: Doc PyTypeObject.tp_vectorcall grammar fix (#141730)

2025-11-20 Thread sobolevn
https://github.com/python/cpython/commit/20b69aac0d19a5e5358362410d9710887762f0e7 commit: 20b69aac0d19a5e5358362410d9710887762f0e7 branch: main author: Michael Kiper <[email protected]> committer: sobolevn date: 2025-11-21T07:24:10Z summary: gh-14172

[Python-checkins] [3.14] Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c) (GH-140637) (#140658)

2025-10-27 Thread sobolevn
https://github.com/python/cpython/commit/97c59f9d61f28a86ab4e470fd5382848c9b5536f commit: 97c59f9d61f28a86ab4e470fd5382848c9b5536f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-10-27T09:21:43Z summary: [3.14]

[Python-checkins] Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c) (#140637)

2025-10-27 Thread sobolevn
https://github.com/python/cpython/commit/7d70a147f58edabc9691869a0e8b606c9c3ac184 commit: 7d70a147f58edabc9691869a0e8b606c9c3ac184 branch: main author: Shamil committer: sobolevn date: 2025-10-27T11:55:57+03:00 summary: Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c

[Python-checkins] [3.13] Remove unreachable break statements in _ctypes_test.c (GH-140585) (#140588)

2025-10-25 Thread sobolevn
https://github.com/python/cpython/commit/01f9c51caa0450de2d9101a68089b008dd92cde3 commit: 01f9c51caa0450de2d9101a68089b008dd92cde3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-10-25T18:39:54+03:00 summary:

[Python-checkins] [3.14] Remove unreachable break statements in _ctypes_test.c (GH-140585) (#140587)

2025-10-25 Thread sobolevn
https://github.com/python/cpython/commit/96029bc4724ca2d01cb6a81e66aa159571a99b8f commit: 96029bc4724ca2d01cb6a81e66aa159571a99b8f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-10-25T18:39:42+03:00 summary:

[Python-checkins] Remove unreachable break statements in _ctypes_test.c (#140585)

2025-10-25 Thread sobolevn
https://github.com/python/cpython/commit/2a1c9bd616b1b3a07c74d280e3f7e2bd94d0cc22 commit: 2a1c9bd616b1b3a07c74d280e3f7e2bd94d0cc22 branch: main author: Shamil committer: sobolevn date: 2025-10-25T14:59:12Z summary: Remove unreachable break statements in _ctypes_test.c (#140585) files: M

[Python-checkins] gh-133601: Remove deprecated `typing.no_type_check_decorator` (#133602)

2025-10-20 Thread sobolevn
https://github.com/python/cpython/commit/e09837fcbf39d07c0af51aa936e95c50aed4787c commit: e09837fcbf39d07c0af51aa936e95c50aed4787c branch: main author: sobolevn committer: sobolevn date: 2025-10-20T21:10:44Z summary: gh-133601: Remove deprecated `typing.no_type_check_decorator` (#133602) files

[Python-checkins] gh-133210: Fix `test_inspect` without docstrings (#139651)

2025-10-18 Thread sobolevn
https://github.com/python/cpython/commit/7c70cc5c23971ef448ea59827c6e6ae310157356 commit: 7c70cc5c23971ef448ea59827c6e6ae310157356 branch: main author: sobolevn committer: sobolevn date: 2025-10-06T19:48:50+03:00 summary: gh-133210: Fix `test_inspect` without docstrings (#139651) files: M Lib

[Python-checkins] Remove `.. deprecated-removed` notes for `typing.{NamedTuple, TypedDict}` (#139298)

2025-10-18 Thread sobolevn
https://github.com/python/cpython/commit/06703d66373dbc179555861c7a196a3f13bd402f commit: 06703d66373dbc179555861c7a196a3f13bd402f branch: main author: sobolevn committer: sobolevn date: 2025-09-24T16:24:58+03:00 summary: Remove `.. deprecated-removed` notes for `typing.{NamedTuple, TypedDict

[Python-checkins] [3.13] gh-133210: Fix `test_inspect` without docstrings (GH-139651) (#139670)

2025-10-18 Thread sobolevn
https://github.com/python/cpython/commit/7816ac344cd1bb1800308c1787c2c44e50dcd7cf commit: 7816ac344cd1bb1800308c1787c2c44e50dcd7cf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-10-06T17:13:08Z summary: [3.13] gh-

[Python-checkins] gh-133210: Fix `test_types` with `--without-doc-strings` (#139548)

2025-10-17 Thread sobolevn
https://github.com/python/cpython/commit/18d4e2ecd4e7414ef2285de457fcf81108f36a21 commit: 18d4e2ecd4e7414ef2285de457fcf81108f36a21 branch: main author: sobolevn committer: sobolevn date: 2025-10-03T21:52:45Z summary: gh-133210: Fix `test_types` with `--without-doc-strings` (#139548) files: M

[Python-checkins] gh-138044: Fix `importlib.resources.files` deprecation docs (#139632)

2025-10-17 Thread sobolevn
https://github.com/python/cpython/commit/d6dd64ac654898b4ce713c16c49eadb0c6e9d7dc commit: d6dd64ac654898b4ce713c16c49eadb0c6e9d7dc branch: main author: sobolevn committer: sobolevn date: 2025-10-12T01:52:01+03:00 summary: gh-138044: Fix `importlib.resources.files` deprecation docs (#139632

[Python-checkins] gh-139590: Stricter `ruff` rules for `Tools/wasm` (#139752)

2025-10-17 Thread sobolevn
https://github.com/python/cpython/commit/678e0b818c0d6063907f55263bbc0e194b492c8e commit: 678e0b818c0d6063907f55263bbc0e194b492c8e branch: main author: sobolevn committer: sobolevn date: 2025-10-09T01:13:27+03:00 summary: gh-139590: Stricter `ruff` rules for `Tools/wasm` (#139752) files: M

[Python-checkins] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (#139318)

2025-09-26 Thread sobolevn
https://github.com/python/cpython/commit/0aab07ccf79f335e3afa8021ddcbcfb8afa4d70c commit: 0aab07ccf79f335e3afa8021ddcbcfb8afa4d70c branch: main author: sobolevn committer: sobolevn date: 2025-09-26T14:21:38+03:00 summary: gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (#139318

[Python-checkins] [3.13] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318) (#139348)

2025-09-26 Thread sobolevn
https://github.com/python/cpython/commit/9b09677c0ade33d5a2fe40fc85a9fb117d1fa6f6 commit: 9b09677c0ade33d5a2fe40fc85a9fb117d1fa6f6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-09-26T11:27:57Z summary: [3.13] gh-

[Python-checkins] Docs: add missing tools to `Tools/README` (#139150)

2025-09-21 Thread sobolevn
https://github.com/python/cpython/commit/080faf2d47f5b972557cbc660d898ae5d7d56ab7 commit: 080faf2d47f5b972557cbc660d898ae5d7d56ab7 branch: main author: sobolevn committer: sobolevn date: 2025-09-21T14:44:17+03:00 summary: Docs: add missing tools to `Tools/README` (#139150) Co-authored-by: Adam

[Python-checkins] [3.13] gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (GH-138651) (#138658)

2025-09-20 Thread sobolevn
https://github.com/python/cpython/commit/7e0dfe5ba6a05de3dde8070e19e7671f95359a8b commit: 7e0dfe5ba6a05de3dde8070e19e7671f95359a8b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-09-08T13:52:45Z summary: [3.13] gh-

[Python-checkins] [3.13] gh-138902: Fix generator send arg name (GH-138905) (#138913)

2025-09-15 Thread sobolevn
https://github.com/python/cpython/commit/2fd8f036c06a91089d6dce94eb0ca03b07557fc8 commit: 2fd8f036c06a91089d6dce94eb0ca03b07557fc8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-09-15T11:35:22Z summary: [3.13] gh-

[Python-checkins] gh-138902: Fix generator send arg name (#138905)

2025-09-15 Thread sobolevn
https://github.com/python/cpython/commit/cb07bd24eed43a0ac182e664398398164089f294 commit: cb07bd24eed43a0ac182e664398398164089f294 branch: main author: Marat Khagazheev committer: sobolevn date: 2025-09-15T14:05:36+03:00 summary: gh-138902: Fix generator send arg name (#138905) Co-authored-by

[Python-checkins] gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)

2025-09-15 Thread sobolevn
https://github.com/python/cpython/commit/baf747051557d029bc807d08470279490a04c8e1 commit: baf747051557d029bc807d08470279490a04c8e1 branch: main author: sobolevn committer: sobolevn date: 2025-09-15T12:01:33+03:00 summary: gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function

[Python-checkins] gh-136355: Deprecate `-b` and `-bb` CLI flags in 3.15 (#136363)

2025-09-14 Thread sobolevn
https://github.com/python/cpython/commit/1c984ba953e140b88ff890dbe1408f9611027444 commit: 1c984ba953e140b88ff890dbe1408f9611027444 branch: main author: sobolevn committer: sobolevn date: 2025-09-14T20:00:03+03:00 summary: gh-136355: Deprecate `-b` and `-bb` CLI flags in 3.15 (#136363) Co

[Python-checkins] gh-138801: re-enable `pyrepl` tests on Windows (#138802)

2025-09-12 Thread sobolevn
https://github.com/python/cpython/commit/4f3cab96c166031a184a1abf288a4d65df49fe52 commit: 4f3cab96c166031a184a1abf288a4d65df49fe52 branch: main author: Chris Eibl <[email protected]> committer: sobolevn date: 2025-09-12T10:47:43+03:00 summary: gh-138801: re-

[Python-checkins] gh-138716: Fix `assert a := b` syntax error message (#138718)

2025-09-11 Thread sobolevn
https://github.com/python/cpython/commit/cf8f36fe0a1f89c071c6b72c4c5ef610fe5ffafe commit: cf8f36fe0a1f89c071c6b72c4c5ef610fe5ffafe branch: main author: sobolevn committer: sobolevn date: 2025-09-10T16:05:16+03:00 summary: gh-138716: Fix `assert a := b` syntax error message (#138718) files: A

[Python-checkins] [3.13] gh-138729: Cover `inspect.formatannotationrelativeto` with tests (GH-138730) (#138748)

2025-09-10 Thread sobolevn
https://github.com/python/cpython/commit/2422e81e9940e891220b70eed4d92d49815388aa commit: 2422e81e9940e891220b70eed4d92d49815388aa branch: 3.13 author: sobolevn committer: sobolevn date: 2025-09-10T14:42:49Z summary: [3.13] gh-138729: Cover `inspect.formatannotationrelativeto` with tests (GH

[Python-checkins] gh-138729: Cover `inspect.formatannotationrelativeto` with tests (#138730)

2025-09-10 Thread sobolevn
https://github.com/python/cpython/commit/f5fa336579d124e389b1c36a5431e7908aaf5e53 commit: f5fa336579d124e389b1c36a5431e7908aaf5e53 branch: main author: sobolevn committer: sobolevn date: 2025-09-10T16:06:16+03:00 summary: gh-138729: Cover `inspect.formatannotationrelativeto` with tests (#138730

[Python-checkins] gh-136616: Improve `assert` syntax error messages (#136653)

2025-09-09 Thread sobolevn
https://github.com/python/cpython/commit/6bc65c30ff1fd0b581a2c93416496fc720bc442c commit: 6bc65c30ff1fd0b581a2c93416496fc720bc442c branch: main author: sobolevn committer: sobolevn date: 2025-09-09T23:26:22+03:00 summary: gh-136616: Improve `assert` syntax error messages (#136653) files: A

[Python-checkins] gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (#138651)

2025-09-08 Thread sobolevn
https://github.com/python/cpython/commit/4f0c267b40e52b83b2e1515aa0dd74eda31ae18a commit: 4f0c267b40e52b83b2e1515aa0dd74eda31ae18a branch: main author: sobolevn committer: sobolevn date: 2025-09-08T16:44:44+03:00 summary: gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684

[Python-checkins] [3.13] gh-105487: Fix `__dir__` entries of `GenericAlias` (GH-138578) (#138640)

2025-09-08 Thread sobolevn
https://github.com/python/cpython/commit/d3b6bb1125576fe93e05ba2f4635804b2ed7ba6a commit: d3b6bb1125576fe93e05ba2f4635804b2ed7ba6a branch: 3.13 author: sobolevn committer: sobolevn date: 2025-09-08T10:03:03Z summary: [3.13] gh-105487: Fix `__dir__` entries of `GenericAlias` (GH-138578) (#138640

[Python-checkins] gh-105487: Fix `__dir__` entries of `GenericAlias` (#138578)

2025-09-07 Thread sobolevn
https://github.com/python/cpython/commit/b0420b505e6c9bbc8418e0f6240835ea777137b5 commit: b0420b505e6c9bbc8418e0f6240835ea777137b5 branch: main author: sobolevn committer: sobolevn date: 2025-09-08T00:33:24+03:00 summary: gh-105487: Fix `__dir__` entries of `GenericAlias` (#138578) Co-authored

[Python-checkins] [3.13] gh-138281: Run `ruff` on `Tools/peg_generator` (GH-138282) (#138472)

2025-09-03 Thread sobolevn
https://github.com/python/cpython/commit/826d4ebfb5cff37cb756b32d54c6b10e5610e626 commit: 826d4ebfb5cff37cb756b32d54c6b10e5610e626 branch: 3.13 author: sobolevn committer: sobolevn date: 2025-09-03T21:46:52+03:00 summary: [3.13] gh-138281: Run `ruff` on `Tools/peg_generator` (GH-138282

[Python-checkins] gh-138281: Run `ruff` on `Tools/peg_generator` (#138282)

2025-09-03 Thread sobolevn
https://github.com/python/cpython/commit/0d1f4e163990cb7e08b21d1fd88ff54bac5b0699 commit: 0d1f4e163990cb7e08b21d1fd88ff54bac5b0699 branch: main author: sobolevn committer: sobolevn date: 2025-09-03T17:45:29Z summary: gh-138281: Run `ruff` on `Tools/peg_generator` (#138282) Co-authored-by: Adam

[Python-checkins] gh-138360: Fix `test_free_threading` for IO objects (#138359)

2025-09-01 Thread sobolevn
https://github.com/python/cpython/commit/7c92497e5c6d3d6c36721f554d09efffbe4bbc23 commit: 7c92497e5c6d3d6c36721f554d09efffbe4bbc23 branch: main author: Andrey <[email protected]> committer: sobolevn date: 2025-09-01T19:53:13Z summary: gh-138360: Fix `test_free_threadin

[Python-checkins] gh-133403: Run `mypy` on `Tools/build/check_warnings.py` (#137700)

2025-08-14 Thread sobolevn
https://github.com/python/cpython/commit/04377a1bd161d2d05ef28a1988a2b61d79245fae commit: 04377a1bd161d2d05ef28a1988a2b61d79245fae branch: main author: sobolevn committer: sobolevn date: 2025-08-14T16:58:02+03:00 summary: gh-133403: Run `mypy` on `Tools/build/check_warnings.py` (#137700) files

[Python-checkins] [3.13] gh-133403: Run `mypy` on `Tools/build/mypy.ini` changes (GH-137692) (#137699)

2025-08-12 Thread sobolevn
https://github.com/python/cpython/commit/165532ccdb20da1618a13dc451634c3ff655e04a commit: 165532ccdb20da1618a13dc451634c3ff655e04a branch: 3.13 author: sobolevn committer: sobolevn date: 2025-08-13T06:18:29Z summary: [3.13] gh-133403: Run `mypy` on `Tools/build/mypy.ini` changes (GH-137692

[Python-checkins] [3.13] gh-133403: Check `generate_stdlib_module_names` and `check_extension_modules` with mypy (GH-137546) (#137691)

2025-08-12 Thread sobolevn
https://github.com/python/cpython/commit/5e486627267ae7d3eec82b572e611ffc724dd7fe commit: 5e486627267ae7d3eec82b572e611ffc724dd7fe branch: 3.13 author: sobolevn committer: sobolevn date: 2025-08-13T08:47:48+03:00 summary: [3.13] gh-133403: Check `generate_stdlib_module_names` and

[Python-checkins] gh-133403: Run `mypy` on `Tools/build/mypy.ini` changes (#137692)

2025-08-12 Thread sobolevn
https://github.com/python/cpython/commit/e93dca72232efe6d5cf2d52ea6dd3967ff61360b commit: e93dca72232efe6d5cf2d52ea6dd3967ff61360b branch: main author: sobolevn committer: sobolevn date: 2025-08-12T22:01:50Z summary: gh-133403: Run `mypy` on `Tools/build/mypy.ini` changes (#137692) files: M

[Python-checkins] gh-133403: Check `generate_stdlib_module_names` and `check_extension_modules` with mypy (#137546)

2025-08-12 Thread sobolevn
https://github.com/python/cpython/commit/68a61b0f1d5661180fd432ff9b8ab21272468a87 commit: 68a61b0f1d5661180fd432ff9b8ab21272468a87 branch: main author: sobolevn committer: sobolevn date: 2025-08-12T18:11:18+03:00 summary: gh-133403: Check `generate_stdlib_module_names` and

[Python-checkins] Bump mypy to 1.17.1 (#137542)

2025-08-08 Thread sobolevn
https://github.com/python/cpython/commit/fb1cb00030c706366dfd1a457dd5de324d5619ea commit: fb1cb00030c706366dfd1a457dd5de324d5619ea branch: main author: sobolevn committer: sobolevn date: 2025-08-08T10:14:51+03:00 summary: Bump mypy to 1.17.1 (#137542) files: M Tools/requirements-dev.txt diff

[Python-checkins] [3.13] Bump mypy to 1.17.1 (GH-137542) (#137544)

2025-08-08 Thread sobolevn
https://github.com/python/cpython/commit/5c055cd8f6bc81a47506ec1030008c2074cbe6db commit: 5c055cd8f6bc81a47506ec1030008c2074cbe6db branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-08-08T07:37:24Z summary: [3.13] Bum

[Python-checkins] [3.13] gh-137463: Update validate_abstract_methods in test_collections.py (GH-137464) (#137521)

2025-08-07 Thread sobolevn
https://github.com/python/cpython/commit/16cebe69a87c5c6dcbfd3ba4730574b703963f56 commit: 16cebe69a87c5c6dcbfd3ba4730574b703963f56 branch: 3.13 author: Guilherme Leobas committer: sobolevn date: 2025-08-08T00:29:45+03:00 summary: [3.13] gh-137463: Update validate_abstract_methods in

[Python-checkins] gh-137463: Update `validate_abstract_methods` in `test_collections.py` (#137464)

2025-08-06 Thread sobolevn
https://github.com/python/cpython/commit/5be872350d562e6c9987b09ff4b7bda80a2f9cd0 commit: 5be872350d562e6c9987b09ff4b7bda80a2f9cd0 branch: main author: Guilherme Leobas committer: sobolevn date: 2025-08-07T09:10:56+03:00 summary: gh-137463: Update `validate_abstract_methods` in

[Python-checkins] gh-137191: Fix how type parameters are collected from `Protocol` and `Generic` bases with parameters (#137281)

2025-08-03 Thread sobolevn
https://github.com/python/cpython/commit/158b28dd1906c5d3fac7955f87ba808f1e89fdad commit: 158b28dd1906c5d3fac7955f87ba808f1e89fdad branch: main author: sobolevn committer: sobolevn date: 2025-08-03T10:40:55+03:00 summary: gh-137191: Fix how type parameters are collected from `Protocol` and

[Python-checkins] gh-137308: Replace a single docstring with `pass` in `-OO` mode (#137318)

2025-08-02 Thread sobolevn
https://github.com/python/cpython/commit/b74f3bed51378896f2c7c720e505e87373e68c79 commit: b74f3bed51378896f2c7c720e505e87373e68c79 branch: main author: sobolevn committer: sobolevn date: 2025-08-02T11:57:01Z summary: gh-137308: Replace a single docstring with `pass` in `-OO` mode (#137318

[Python-checkins] gh-136437: Make several functions in `os.path` pos-only (#136949)

2025-07-23 Thread sobolevn
https://github.com/python/cpython/commit/99cdf1deb61852dda9f8df639b0f13c1ce121cfa commit: 99cdf1deb61852dda9f8df639b0f13c1ce121cfa branch: main author: sobolevn committer: sobolevn date: 2025-07-23T14:56:02+03:00 summary: gh-136437: Make several functions in `os.path` pos-only (#136949) files

[Python-checkins] [3.14] gh-136437: Document `os.path.dirname` as accepting only pos-only (GH-136946) (#136947)

2025-07-21 Thread sobolevn
https://github.com/python/cpython/commit/fa9a369044860d720387573eea5f709658146211 commit: fa9a369044860d720387573eea5f709658146211 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-21T18:29:22Z summary: [3.14] gh-

[Python-checkins] [3.13] gh-136437: Document `os.path.dirname` as accepting only pos-only (GH-136946) (#136948)

2025-07-21 Thread sobolevn
https://github.com/python/cpython/commit/2d0fac49d5268a8804f3a7581ed650e3b79e0fb9 commit: 2d0fac49d5268a8804f3a7581ed650e3b79e0fb9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-21T18:28:55Z summary: [3.13] gh-

[Python-checkins] gh-136437: Document `os.path.dirname` as accepting only pos-only (#136946)

2025-07-21 Thread sobolevn
https://github.com/python/cpython/commit/322442945084ea9055f86a17fa5096b11ba5b344 commit: 322442945084ea9055f86a17fa5096b11ba5b344 branch: main author: sobolevn committer: sobolevn date: 2025-07-21T18:22:58Z summary: gh-136437: Document `os.path.dirname` as accepting only pos-only (#136946

[Python-checkins] gh-136437: Document some `os.path` functions as requiring pos-only (#136812)

2025-07-21 Thread sobolevn
https://github.com/python/cpython/commit/b5428bb0e786f5b67c6077472c0068cadd0b5ea9 commit: b5428bb0e786f5b67c6077472c0068cadd0b5ea9 branch: main author: sobolevn committer: sobolevn date: 2025-07-21T21:01:43+03:00 summary: gh-136437: Document some `os.path` functions as requiring pos-only

[Python-checkins] [3.13] gh-136437: Document some `os.path` functions as requiring pos-only (GH-136812) (#136945)

2025-07-21 Thread sobolevn
https://github.com/python/cpython/commit/133c233d23df4416888546baeb606a6df49b2192 commit: 133c233d23df4416888546baeb606a6df49b2192 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-21T18:07:56Z summary: [3.13] gh-

[Python-checkins] [3.14] gh-136437: Document some `os.path` functions as requiring pos-only (GH-136812) (#136944)

2025-07-21 Thread sobolevn
https://github.com/python/cpython/commit/aa17c393397fe582f22d3c449b2dff84ba881537 commit: aa17c393397fe582f22d3c449b2dff84ba881537 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-21T18:07:56Z summary: [3.14] gh-

[Python-checkins] [3.14] gh-134411: assert `PyLong_FromLong(x) != NULL` when `x` is known to be small (GH-134415) (#136910)

2025-07-21 Thread sobolevn
https://github.com/python/cpython/commit/a69472e242e768545d734cf336bdbbff6f749f3f commit: a69472e242e768545d734cf336bdbbff6f749f3f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-21T09:23:33Z summary: [3.14] gh-

[Python-checkins] [3.13] gh-134411: assert `PyLong_FromLong(x) != NULL` when `x` is known to be small (GH-134415) (#136911)

2025-07-21 Thread sobolevn
https://github.com/python/cpython/commit/f2f30c494782509f39b98a26f08369032f498723 commit: f2f30c494782509f39b98a26f08369032f498723 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-21T09:21:30Z summary: [3.13] gh-

[Python-checkins] gh-134411: assert `PyLong_FromLong(x) != NULL` when `x` is known to be small (#134415)

2025-07-21 Thread sobolevn
https://github.com/python/cpython/commit/cf19b6435d02dd7be11b84a44f4a8a9f1a935b15 commit: cf19b6435d02dd7be11b84a44f4a8a9f1a935b15 branch: main author: Sergey Muraviov committer: sobolevn date: 2025-07-21T11:59:06+03:00 summary: gh-134411: assert `PyLong_FromLong(x) != NULL` when `x` is known

[Python-checkins] gh-133875: Remove deprecated `pathlib.PurePath.is_reserved` (#133876)

2025-07-19 Thread sobolevn
https://github.com/python/cpython/commit/67036f1ee1c23257d320a80c152090235b8ca892 commit: 67036f1ee1c23257d320a80c152090235b8ca892 branch: main author: sobolevn committer: sobolevn date: 2025-07-19T17:07:46Z summary: gh-133875: Remove deprecated `pathlib.PurePath.is_reserved` (#133876) files

[Python-checkins] [3.13] Add `.gram` file to the `.editorconfig` (GH-136680) (#136715)

2025-07-16 Thread sobolevn
https://github.com/python/cpython/commit/3e718d9144c1eb251e2d3b9e8595c4ab270c6275 commit: 3e718d9144c1eb251e2d3b9e8595c4ab270c6275 branch: 3.13 author: sobolevn committer: sobolevn date: 2025-07-16T15:05:47Z summary: [3.13] Add `.gram` file to the `.editorconfig` (GH-136680) (#136715) (cherry

[Python-checkins] [3.14] Add `.gram` file to the `.editorconfig` (GH-136680) (#136714)

2025-07-16 Thread sobolevn
https://github.com/python/cpython/commit/9ab29cac192b7678ecb133bd743c295f1d8617f5 commit: 9ab29cac192b7678ecb133bd743c295f1d8617f5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-16T15:01:44Z summary: [3.1

[Python-checkins] Add `.gram` file to the `.editorconfig` (#136680)

2025-07-16 Thread sobolevn
https://github.com/python/cpython/commit/2f0db9b05f0598548c0c136571c31065ecf961e5 commit: 2f0db9b05f0598548c0c136571c31065ecf961e5 branch: main author: sobolevn committer: sobolevn date: 2025-07-16T17:35:15+03:00 summary: Add `.gram` file to the `.editorconfig` (#136680) files: M .editorconfig

[Python-checkins] [3.14] gh-136434: Fix docs generation of `UnboundItem` in subinterpreters (GH-136435) (#136540)

2025-07-11 Thread sobolevn
https://github.com/python/cpython/commit/a464c4e2e844db0dc09bad4b29d2e765f8fbe9ab commit: a464c4e2e844db0dc09bad4b29d2e765f8fbe9ab branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-11T12:57:52Z summary: [3.14] gh-

[Python-checkins] gh-136434: Fix docs generation of `UnboundItem` in subinterpreters (#136435)

2025-07-11 Thread sobolevn
https://github.com/python/cpython/commit/3343fce05acb29a772599ce586abd43edf40bae6 commit: 3343fce05acb29a772599ce586abd43edf40bae6 branch: main author: sobolevn committer: sobolevn date: 2025-07-11T15:31:59+03:00 summary: gh-136434: Fix docs generation of `UnboundItem` in subinterpreters

[Python-checkins] [3.13] gh-136438: Make sure `test_builtins` pass with all optimization levels (GH-136474) (#136502)

2025-07-10 Thread sobolevn
https://github.com/python/cpython/commit/a2140fad71fb70619757f6e6580cc14eb41522a7 commit: a2140fad71fb70619757f6e6580cc14eb41522a7 branch: 3.13 author: sobolevn committer: sobolevn date: 2025-07-10T11:17:20Z summary: [3.13] gh-136438: Make sure `test_builtins` pass with all optimization levels

[Python-checkins] [3.14] gh-136438: Make sure `test_builtins` pass with all optimization levels (GH-136474) (#136496)

2025-07-10 Thread sobolevn
https://github.com/python/cpython/commit/2de82bcc62ddcaae7af0f53f59cb019a791a61d3 commit: 2de82bcc62ddcaae7af0f53f59cb019a791a61d3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-10T12:30:07+03:00 summary: [3.

[Python-checkins] gh-136438: Make sure `test_builtins` pass with all optimization levels (#136474)

2025-07-10 Thread sobolevn
https://github.com/python/cpython/commit/c17654334946b232aa296696cf70ec93a09d8156 commit: c17654334946b232aa296696cf70ec93a09d8156 branch: main author: sobolevn committer: sobolevn date: 2025-07-10T11:57:29+03:00 summary: gh-136438: Make sure `test_builtins` pass with all optimization levels

[Python-checkins] [3.14] gh-136380: Fix import behavior for `concurrent.futures.InterpreterPoolExecutor` (GH-136381) (#136420)

2025-07-08 Thread sobolevn
https://github.com/python/cpython/commit/f937b9fffbaaf5e604d5a575758c81d411b33c81 commit: f937b9fffbaaf5e604d5a575758c81d411b33c81 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-08T19:11:48+03:00 summary: [3.

[Python-checkins] gh-136380: Fix import behavior for `concurrent.futures.InterpreterPoolExecutor` (#136381)

2025-07-08 Thread sobolevn
https://github.com/python/cpython/commit/490eea02819ad303a5042529af7507b7b1fdabdc commit: 490eea02819ad303a5042529af7507b7b1fdabdc branch: main author: AN Long committer: sobolevn date: 2025-07-08T13:32:14Z summary: gh-136380: Fix import behavior for `concurrent.futures.InterpreterPoolExecutor

[Python-checkins] [3.14] gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_property.py` (GH-136384) (#136407)

2025-07-08 Thread sobolevn
https://github.com/python/cpython/commit/145c08629bc2df2176cd03b69215e652e3f946c4 commit: 145c08629bc2df2176cd03b69215e652e3f946c4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-08T08:16:51Z summary: [3.14] gh-

[Python-checkins] [3.13] gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_property.py` (GH-136384) (#136408)

2025-07-08 Thread sobolevn
https://github.com/python/cpython/commit/4a889d8436c5011490718797b7da50324268a0e9 commit: 4a889d8436c5011490718797b7da50324268a0e9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-08T08:14:14Z summary: [3.13] gh-

[Python-checkins] gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_property.py` (#136384)

2025-07-08 Thread sobolevn
https://github.com/python/cpython/commit/db699db99d214dccb7c4849fa609fdd5188ee038 commit: db699db99d214dccb7c4849fa609fdd5188ee038 branch: main author: sobolevn committer: sobolevn date: 2025-07-08T07:51:36Z summary: gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_property.py

[Python-checkins] gh-136021: Make `type_params` a required parameter for `typing._eval_type` (#136332)

2025-07-06 Thread sobolevn
https://github.com/python/cpython/commit/c89f76e6c4ca9b0200d5cc8cf0a675a76de50ba8 commit: c89f76e6c4ca9b0200d5cc8cf0a675a76de50ba8 branch: main author: sobolevn committer: sobolevn date: 2025-07-06T22:11:13+03:00 summary: gh-136021: Make `type_params` a required parameter for `typing._eval_type

[Python-checkins] [3.14] gh-136285: Improve `pickle` protocol testing in `test_interpreters` (GH-136286) (#136333)

2025-07-06 Thread sobolevn
https://github.com/python/cpython/commit/d86ca7b610fb8cf70796f40c51ef4f0332970a08 commit: d86ca7b610fb8cf70796f40c51ef4f0332970a08 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-06T11:13:13+03:00 summary: [3.

[Python-checkins] gh-136285: Improve `pickle` protocol testing in `test_interpreters` (#136286)

2025-07-06 Thread sobolevn
https://github.com/python/cpython/commit/06e347b84648f3f8e144e8f70671d610da082b77 commit: 06e347b84648f3f8e144e8f70671d610da082b77 branch: main author: sobolevn committer: sobolevn date: 2025-07-06T07:35:30Z summary: gh-136285: Improve `pickle` protocol testing in `test_interpreters` (#136286

[Python-checkins] [3.13] gh-136297: Test all `pickle` protocols in `test_zoneinfo_property.py` (GH-136298) (#136312)

2025-07-04 Thread sobolevn
https://github.com/python/cpython/commit/b22c8be18ad39f106a4df40595ad838b1cf1d9e1 commit: b22c8be18ad39f106a4df40595ad838b1cf1d9e1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-05T06:36:41Z summary: [3.13] gh-

[Python-checkins] [3.14] gh-136297: Test all `pickle` protocols in `test_zoneinfo_property.py` (GH-136298) (#136311)

2025-07-04 Thread sobolevn
https://github.com/python/cpython/commit/c62c523e034ddef262e90c16c6e2fef69ff7d469 commit: c62c523e034ddef262e90c16c6e2fef69ff7d469 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-05T06:39:48Z summary: [3.14] gh-

[Python-checkins] gh-136297: Test all `pickle` protocols in `test_zoneinfo_property.py` (#136298)

2025-07-04 Thread sobolevn
https://github.com/python/cpython/commit/5de7e3f9739b01ad180fffb242ac57cea930e74d commit: 5de7e3f9739b01ad180fffb242ac57cea930e74d branch: main author: sobolevn committer: sobolevn date: 2025-07-05T09:14:40+03:00 summary: gh-136297: Test all `pickle` protocols in `test_zoneinfo_property.py

[Python-checkins] [3.13] Replace `capi-sig` mailing list with `discuss.python.org` (GH-136211) (#136214)

2025-07-02 Thread sobolevn
https://github.com/python/cpython/commit/c99354cf1f0e501bff51cd4a1905de062615126c commit: c99354cf1f0e501bff51cd4a1905de062615126c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-02T20:55:17+03:00 summary:

[Python-checkins] [3.14] Replace `capi-sig` mailing list with `discuss.python.org` (GH-136211) (#136213)

2025-07-02 Thread sobolevn
https://github.com/python/cpython/commit/388e8c36767c021be47111c8da65864dd42fc920 commit: 388e8c36767c021be47111c8da65864dd42fc920 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-02T20:55:08+03:00 summary:

[Python-checkins] Replace `capi-sig` mailing list with `discuss.python.org` (#136211)

2025-07-02 Thread sobolevn
https://github.com/python/cpython/commit/7afe1adb0089d0f2df2add79bbc2300c2f236d90 commit: 7afe1adb0089d0f2df2add79bbc2300c2f236d90 branch: main author: sobolevn committer: sobolevn date: 2025-07-02T20:43:43+03:00 summary: Replace `capi-sig` mailing list with `discuss.python.org` (#136211

[Python-checkins] gh-136203: Improve `TypeError` msg when comparing two `MappingProxyType`s (#136204)

2025-07-02 Thread sobolevn
https://github.com/python/cpython/commit/41a9b46ad4787b58b51227929fd1876286448523 commit: 41a9b46ad4787b58b51227929fd1876286448523 branch: main author: sobolevn committer: sobolevn date: 2025-07-02T19:05:28+03:00 summary: gh-136203: Improve `TypeError` msg when comparing two `MappingProxyType`s

[Python-checkins] gh-136193: Improve `TypeError` msg when comparing two `SimpleNamespace`s (#136195)

2025-07-02 Thread sobolevn
https://github.com/python/cpython/commit/ab7196a2f535f181abd50ccbf1b3b224bbd5eee0 commit: ab7196a2f535f181abd50ccbf1b3b224bbd5eee0 branch: main author: sobolevn committer: sobolevn date: 2025-07-02T14:32:41+03:00 summary: gh-136193: Improve `TypeError` msg when comparing two `SimpleNamespace`s

[Python-checkins] [3.13] gh-136169: Update parameter name in fractions.from_float method (GH-136172) (#136175)

2025-07-01 Thread sobolevn
https://github.com/python/cpython/commit/0c439de010b571841bca29ddd04e1828bffb54f2 commit: 0c439de010b571841bca29ddd04e1828bffb54f2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-01T13:30:49Z summary: [3.13] gh-

[Python-checkins] [3.14] gh-136169: Update parameter name in fractions.from_float method (GH-136172) (#136174)

2025-07-01 Thread sobolevn
https://github.com/python/cpython/commit/df4e87b153622b9fc5028de0050a8c5678894bc5 commit: df4e87b153622b9fc5028de0050a8c5678894bc5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-01T13:31:16Z summary: [3.14] gh-

[Python-checkins] gh-136169: Update parameter name in fractions.from_float method (#136172)

2025-07-01 Thread sobolevn
https://github.com/python/cpython/commit/9c0cb5beb893284c5d49f947bbd81dfe081a5d71 commit: 9c0cb5beb893284c5d49f947bbd81dfe081a5d71 branch: main author: Vladyslav Lazoryk <[email protected]> committer: sobolevn date: 2025-07-01T16:23:48+03:00 summary: gh-136169:

[Python-checkins] [3.14] gh-136087: Remove `\r` from documented `os.linesep` values (GH-136088) (#136111)

2025-06-30 Thread sobolevn
https://github.com/python/cpython/commit/2e6d3f0a1b751afdbdb66c93ed210642f9bb1095 commit: 2e6d3f0a1b751afdbdb66c93ed210642f9bb1095 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-06-30T10:44:29+03:00 summary: [3.

[Python-checkins] [3.13] gh-136087: Remove `\r` from documented `os.linesep` values (GH-136088) (#136112)

2025-06-30 Thread sobolevn
https://github.com/python/cpython/commit/be9a38366b4464f0da26418924db3392c7267e74 commit: be9a38366b4464f0da26418924db3392c7267e74 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-06-30T10:44:38+03:00 summary: [3.

[Python-checkins] gh-136087: Remove `\r` from documented `os.linesep` values (#136088)

2025-06-30 Thread sobolevn
https://github.com/python/cpython/commit/980a56843bf631ea80c1486a367d41031dec6a7e commit: 980a56843bf631ea80c1486a367d41031dec6a7e branch: main author: sobolevn committer: sobolevn date: 2025-06-30T10:12:05+03:00 summary: gh-136087: Remove `\r` from documented `os.linesep` values (#136088

[Python-checkins] [3.14] gh-135839: Fix `module_traverse` and `module_clear` in subinterp modules (GH-135937) (#135939)

2025-06-25 Thread sobolevn
https://github.com/python/cpython/commit/6e5350d8b9580bd80c5c3fbd7c22aeaf22cbc10a commit: 6e5350d8b9580bd80c5c3fbd7c22aeaf22cbc10a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-06-25T17:42:57+03:00 summary: [3.

[Python-checkins] gh-135839: Fix `module_traverse` and `module_clear` in subinterp modules (#135937)

2025-06-25 Thread sobolevn
https://github.com/python/cpython/commit/bcc2cbaa7f112323939e853ed69fd82f19568ccf commit: bcc2cbaa7f112323939e853ed69fd82f19568ccf branch: main author: sobolevn committer: sobolevn date: 2025-06-25T14:17:02Z summary: gh-135839: Fix `module_traverse` and `module_clear` in subinterp modules

[Python-checkins] [3.13] gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannelsmodule` (GH-135840) (#135919)

2025-06-25 Thread sobolevn
https://github.com/python/cpython/commit/28c5adfca997d10debb5a50692a4a7a02ff48d6b commit: 28c5adfca997d10debb5a50692a4a7a02ff48d6b branch: 3.13 author: sobolevn committer: sobolevn date: 2025-06-25T12:25:27+03:00 summary: [3.13] gh-135839: Fix `module_traverse` and `module_clear` in

[Python-checkins] [3.14] gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannelsmodule` (GH-135840) (#135918)

2025-06-25 Thread sobolevn
https://github.com/python/cpython/commit/93a31bedd952023049cbb7051f55e59e2a5a91a0 commit: 93a31bedd952023049cbb7051f55e59e2a5a91a0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-06-25T09:20:29Z summary: [3.14] gh-

[Python-checkins] gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannelsmodule` (#135840)

2025-06-25 Thread sobolevn
https://github.com/python/cpython/commit/dd59c786cfb1018eb5abe877bfa7265ea9a3c2b9 commit: dd59c786cfb1018eb5abe877bfa7265ea9a3c2b9 branch: main author: sobolevn committer: sobolevn date: 2025-06-25T11:54:42+03:00 summary: gh-135839: Fix `module_traverse` and `module_clear` in

[Python-checkins] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (#135889)

2025-06-24 Thread sobolevn
https://github.com/python/cpython/commit/b3ab94acd308591bbdf264f1722fedc7ee25d6fa commit: b3ab94acd308591bbdf264f1722fedc7ee25d6fa branch: main author: sobolevn committer: sobolevn date: 2025-06-24T19:33:25+03:00 summary: gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (#135889) Co

[Python-checkins] [3.13] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889) (#135895)

2025-06-24 Thread sobolevn
https://github.com/python/cpython/commit/469f69d4e2cef433644564a7cf6b1eaf883feb32 commit: 469f69d4e2cef433644564a7cf6b1eaf883feb32 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-06-24T16:59:29Z summary: [3.13] gh-

[Python-checkins] [3.14] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889) (#135896)

2025-06-24 Thread sobolevn
https://github.com/python/cpython/commit/88c55528f5a694e8340f2541de7a11265589fbed commit: 88c55528f5a694e8340f2541de7a11265589fbed branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-06-24T16:58:57Z summary: [3.14] gh-

[Python-checkins] [3.14] gh-135645: Added `supports_isolated_interpreters` to `sys.implementation` (GH-135667) (#135786)

2025-06-21 Thread sobolevn
https://github.com/python/cpython/commit/fa62dfe888b0c24be603ddfd4e0137429bd79099 commit: fa62dfe888b0c24be603ddfd4e0137429bd79099 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-06-21T08:21:50Z summary: [3.14] gh-

[Python-checkins] gh-135645: Added `supports_isolated_interpreters` to `sys.implementation` (#135667)

2025-06-21 Thread sobolevn
https://github.com/python/cpython/commit/8ca1e4d846e868a20834cf442c48a3648b558bbe commit: 8ca1e4d846e868a20834cf442c48a3648b558bbe branch: main author: sobolevn committer: sobolevn date: 2025-06-21T10:56:14+03:00 summary: gh-135645: Added `supports_isolated_interpreters` to `sys.implementation

[Python-checkins] gh-135721: skip `test_trashcan_python_class` on wasm buildbots with stack overflow (#135766)

2025-06-20 Thread sobolevn
https://github.com/python/cpython/commit/3fb6cfe7a95081e6775ad2dca845713a3ea4c799 commit: 3fb6cfe7a95081e6775ad2dca845713a3ea4c799 branch: main author: Pastukhov Nikita committer: sobolevn date: 2025-06-20T20:06:01+03:00 summary: gh-135721: skip `test_trashcan_python_class` on wasm buildbots

[Python-checkins] [3.14] gh-135709: Fix two compile warnings on WASM buildbot (GH-135712) (#135723)

2025-06-19 Thread sobolevn
https://github.com/python/cpython/commit/8caf3fdacb1466172a57a469e60fbc346f334e32 commit: 8caf3fdacb1466172a57a469e60fbc346f334e32 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-06-19T16:14:08Z summary: [3.14] gh-

[Python-checkins] gh-135709: Fix two compile warnings on WASM buildbot (#135712)

2025-06-19 Thread sobolevn
https://github.com/python/cpython/commit/9c3c02019cf0bc7792bbdd3a314e45642178e3b5 commit: 9c3c02019cf0bc7792bbdd3a314e45642178e3b5 branch: main author: sobolevn committer: sobolevn date: 2025-06-19T18:46:40+03:00 summary: gh-135709: Fix two compile warnings on WASM buildbot (#135712) files: M

[Python-checkins] [3.14] gh-135368: Fix mocks on dataclass specs with `instance=True` (GH-135421) (#135503)

2025-06-14 Thread sobolevn
https://github.com/python/cpython/commit/79df5d1c54f9c2aaccae48a75e40ac629ed0cca0 commit: 79df5d1c54f9c2aaccae48a75e40ac629ed0cca0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-06-14T09:11:31Z summary: [3.14] gh-

[Python-checkins] [3.14] gh-133891: Add missing error check to `SET_COUNT` macro in `_testinternalcapi.c` (GH-133892) (#134988)

2025-05-31 Thread sobolevn
https://github.com/python/cpython/commit/a8708f7320d1d752c92678043278cd75d97250d8 commit: a8708f7320d1d752c92678043278cd75d97250d8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-05-31T21:57:52Z summary: [3.14] gh-

  1   2   3   4   5   6   >