[Python-checkins] [3.14] Fix typing.TYPE_CHECKING docs to reflect PEP 649. (GH-134813) (#134822)

2025-05-27 Thread larryhastings
https://github.com/python/cpython/commit/0aa0b9b05fa10598621a5a0e4d2156e6856411f1 commit: 0aa0b9b05fa10598621a5a0e4d2156e6856411f1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: larryhastings date: 2025-05-27T23:15:17-07:00 summary:

[Python-checkins] Fix typing.TYPE_CHECKING docs to reflect PEP 649. (#134813)

2025-05-27 Thread larryhastings
https://github.com/python/cpython/commit/d7256ae4d781932b3b43b162e8425abdb134afa6 commit: d7256ae4d781932b3b43b162e8425abdb134afa6 branch: main author: larryhastings committer: larryhastings date: 2025-05-27T23:08:52-07:00 summary: Fix typing.TYPE_CHECKING docs to reflect PEP 649. (#134813

[Python-checkins] Add "annotate" SET_FUNCTION_ATTRIBUTE bit to dis. (#124566)

2024-09-25 Thread larryhastings
https://github.com/python/cpython/commit/4defb58d3812a80d556410077e3391bb81a1c0b7 commit: 4defb58d3812a80d556410077e3391bb81a1c0b7 branch: main author: larryhastings committer: larryhastings date: 2024-09-25T17:01:45-07:00 summary: Add "annotate" SET_FUNCTION_ATTRIBUTE bit to dis