[Python-checkins] GH-99108: Amend Modules/Setup (#123146)

2024-08-22 Thread erlend-aasland
https://github.com/python/cpython/commit/a64aa47302bad05c4cd2e98d54e39a33722bf54f commit: a64aa47302bad05c4cd2e98d54e39a33722bf54f branch: main author: Jonathan Protzenko committer: erlend-aasland date: 2024-08-23T08:40:31+02:00 summary: GH-99108: Amend Modules/Setup (#123146) files: M Modules/

[Python-checkins] [3.12] gh-122478: Remove internal frames from tracebacks in REPL (GH-122528) (GH-122816)

2024-08-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8fe586d27abda29188cac6def55a04bf15242891 commit: 8fe586d27abda29188cac6def55a04bf15242891 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-23T09:27:03+03:00 summary: [3.12] gh-122478: Remove internal frames from tracebacks i

[Python-checkins] [3.13] gh-122546: Relax SyntaxError check when raising errors on the new REPL (GH-123233) (#123247)

2024-08-22 Thread pablogsal
https://github.com/python/cpython/commit/fda8aec625d5be02ebb1c67fad89db85fa1f4f12 commit: fda8aec625d5be02ebb1c67fad89db85fa1f4f12 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2024-08-23T00:32:11Z summary: [3.13] gh-122546

[Python-checkins] [3.13] gh-122478: Remove internal frames from tracebacks in REPL (GH-122528) (#123227)

2024-08-22 Thread pablogsal
https://github.com/python/cpython/commit/30eee22d3f5b637d2a9536c2d7bf448f6ac14118 commit: 30eee22d3f5b637d2a9536c2d7bf448f6ac14118 branch: 3.13 author: CF Bolz-Tereick committer: pablogsal date: 2024-08-22T23:58:05Z summary: [3.13] gh-122478: Remove internal frames from tracebacks in REPL (GH-12

[Python-checkins] [3.13] gh-122546: use same filename for different exceptions in new repl (GH-123217) (#123226)

2024-08-22 Thread pablogsal
https://github.com/python/cpython/commit/5271f8feadc198407449514348c34e3fe77de448 commit: 5271f8feadc198407449514348c34e3fe77de448 branch: 3.13 author: Sergey B Kirpichev committer: pablogsal date: 2024-08-23T00:28:09+01:00 summary: [3.13] gh-122546: use same filename for different exceptions in

[Python-checkins] gh-122546: Relax SyntaxError check when raising errors on the new REPL (#123233)

2024-08-22 Thread pablogsal
https://github.com/python/cpython/commit/4c3f0cbeaec0d49212d305618743fabb0e74a696 commit: 4c3f0cbeaec0d49212d305618743fabb0e74a696 branch: main author: Sergey B Kirpichev committer: pablogsal date: 2024-08-23T00:25:33+01:00 summary: gh-122546: Relax SyntaxError check when raising errors on the n

[Python-checkins] [3.10] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#123160)

2024-08-22 Thread pablogsal
https://github.com/python/cpython/commit/e0264a61119d551658d9445af38323ba94fc16db commit: e0264a61119d551658d9445af38323ba94fc16db branch: 3.10 author: Jason R. Coombs committer: pablogsal date: 2024-08-23T00:24:33+01:00 summary: [3.10] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#12

[Python-checkins] [3.13] GH-121723: Skip test_config_queue_handler_multiprocessing_context in emulated JIT CI (GH-122991)

2024-08-22 Thread brandtbucher
https://github.com/python/cpython/commit/5148e03f0f0aa4d2ffabf5df120e359f694d87a5 commit: 5148e03f0f0aa4d2ffabf5df120e359f694d87a5 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: brandtbucher date: 2024-08-22T13:16:52-07:00 summary: [3.13] G

[Python-checkins] [3.12] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (#123237)

2024-08-22 Thread corona10
https://github.com/python/cpython/commit/6e6855950a1891713369a6cdc84670c38d9388f0 commit: 6e6855950a1891713369a6cdc84670c38d9388f0 branch: 3.12 author: Donghee Na committer: corona10 date: 2024-08-23T01:37:40+09:00 summary: [3.12] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (

[Python-checkins] [3.13] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (#123235)

2024-08-22 Thread corona10
https://github.com/python/cpython/commit/6cd67e413b9a6c5c81466c4e516bca6430d7297e commit: 6cd67e413b9a6c5c81466c4e516bca6430d7297e branch: 3.13 author: Donghee Na committer: corona10 date: 2024-08-23T01:37:26+09:00 summary: [3.13] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (

[Python-checkins] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH_HINT`` (gh-123092)

2024-08-22 Thread corona10
https://github.com/python/cpython/commit/297f2e093ec95800ae2184330b8408c875523467 commit: 297f2e093ec95800ae2184330b8408c875523467 branch: main author: Donghee Na committer: corona10 date: 2024-08-22T23:49:09+09:00 summary: gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH_HINT`` (

[Python-checkins] gh-121404: remove redundant c_nestlevel. more compiler abstractions. more macro usage consistency (#123225)

2024-08-22 Thread iritkatriel
https://github.com/python/cpython/commit/4abc1c1456413f3d2692257545a33bb16b24f900 commit: 4abc1c1456413f3d2692257545a33bb16b24f900 branch: main author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-08-22T

[Python-checkins] gh-123165: correct tests for `dis.dis(func, show_positions=True)` (#123220)

2024-08-22 Thread iritkatriel
https://github.com/python/cpython/commit/31acc4d243d0435ff1e149821490a216f665 commit: 31acc4d243d0435ff1e149821490a216f665 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-08-22T14

[Python-checkins] GH-123197: Only count an instruction as deferred if it hasn't deopted first. (GH-123222)

2024-08-22 Thread markshannon
https://github.com/python/cpython/commit/a3d8c0542ea093c0e3e12b2839371cfc07463376 commit: a3d8c0542ea093c0e3e12b2839371cfc07463376 branch: main author: Mark Shannon committer: markshannon date: 2024-08-22T14:17:10+01:00 summary: GH-123197: Only count an instruction as deferred if it hasn't deopt

[Python-checkins] gh-122546: use same filename for different exceptions in new repl (#123217)

2024-08-22 Thread pablogsal
https://github.com/python/cpython/commit/3d7b1a526d858496add5b188c790b8d5fe73b06b commit: 3d7b1a526d858496add5b188c790b8d5fe73b06b branch: main author: Sergey B Kirpichev committer: pablogsal date: 2024-08-22T12:55:30+01:00 summary: gh-122546: use same filename for different exceptions in new re

[Python-checkins] GH-118093: Specialize calls to non-vectorcall classes as `CALL_NON_PY_GENERAL` (GH-123212)

2024-08-22 Thread markshannon
https://github.com/python/cpython/commit/427b106162c7467de8a84476a053dfba9ef16dfa commit: 427b106162c7467de8a84476a053dfba9ef16dfa branch: main author: Brandt Bucher committer: markshannon date: 2024-08-22T11:50:55+01:00 summary: GH-118093: Specialize calls to non-vectorcall classes as `CALL_NON

[Python-checkins] [3.12] gh-123142: Fix too wide source locations in tracebacks of exceptions from broken iterables in comprehensions (GH-123173). (#123210)

2024-08-22 Thread iritkatriel
https://github.com/python/cpython/commit/fbbde4dc6a69219d831c3098d352310d2fc94e3c commit: fbbde4dc6a69219d831c3098d352310d2fc94e3c branch: 3.12 author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-08-22T

[Python-checkins] [3.13] gh-123142: Fix too wide source locations in tracebacks of exceptions from broken iterables in comprehensions (GH-123173). (#123209)

2024-08-22 Thread iritkatriel
https://github.com/python/cpython/commit/e4b91b7256036b23a9cc91638106810d4a6ddc7a commit: e4b91b7256036b23a9cc91638106810d4a6ddc7a branch: 3.13 author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-08-22T

[Python-checkins] gh-122712: Test `CALL_ALLOC_AND_ENTER_INIT` handles reassignment of `__code__` (GH-122713)

2024-08-22 Thread markshannon
https://github.com/python/cpython/commit/79ddf7571016a04f0e1d5f416ece2d45c4440b1b commit: 79ddf7571016a04f0e1d5f416ece2d45c4440b1b branch: main author: mpage committer: markshannon date: 2024-08-22T08:38:04+01:00 summary: gh-122712: Test `CALL_ALLOC_AND_ENTER_INIT` handles reassignment of `__cod