[Python-checkins] [3.13] Postpone `module.__loader__` deprecation to Python 3.16 (GH-126482) (#126638)

2024-11-09 Thread hauntsaninja
https://github.com/python/cpython/commit/fa3ee75e6a1732e03d4c5a651bd7d6f39f60974c commit: fa3ee75e6a1732e03d4c5a651bd7d6f39f60974c branch: 3.13 author: Shantanu <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-11-10

[Python-checkins] [3.12] Postpone `module.__loader__` deprecation to Python 3.16 (GH-126482) (#126637)

2024-11-09 Thread hauntsaninja
https://github.com/python/cpython/commit/61e6f0992f50a32509e94b050decce70ada8885f commit: 61e6f0992f50a32509e94b050decce70ada8885f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> da

[Python-checkins] Postpone `module.__loader__` deprecation to Python 3.16 (#126482)

2024-11-09 Thread hauntsaninja
https://github.com/python/cpython/commit/450db61a78989c5a1f1106be01e071798c783cf9 commit: 450db61a78989c5a1f1106be01e071798c783cf9 branch: main author: Hugo van Kemenade <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-11-

[Python-checkins] [3.12] gh-117378: Fix multiprocessing forkserver preload sys.path inheritance. (GH-126538) (GH-126633)

2024-11-09 Thread gpshead
https://github.com/python/cpython/commit/7bb92ed505920009ca097948553adc846596b246 commit: 7bb92ed505920009ca097948553adc846596b246 branch: 3.12 author: Gregory P. Smith committer: gpshead date: 2024-11-10T00:13:26Z summary: [3.12] gh-117378: Fix multiprocessing forkserver preload sys.path inheri

[Python-checkins] [3.13] gh-117378: Fix multiprocessing forkserver preload sys.path inheritance. (GH-126538) (GH-126632)

2024-11-09 Thread gpshead
https://github.com/python/cpython/commit/4e036d376e59bce68c68be3579db7600601f668d commit: 4e036d376e59bce68c68be3579db7600601f668d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-11-09T15:47:58-08:00 summary: [3.13] gh-117

[Python-checkins] gh-117378: Fix multiprocessing forkserver preload sys.path inheritance. (GH-126538)

2024-11-09 Thread gpshead
https://github.com/python/cpython/commit/9d08423b6e0fa89ce9cfea08e580ed72e5db8c70 commit: 9d08423b6e0fa89ce9cfea08e580ed72e5db8c70 branch: main author: Gregory P. Smith committer: gpshead date: 2024-11-09T23:01:32Z summary: gh-117378: Fix multiprocessing forkserver preload sys.path inheritance.

[Python-checkins] pathlib ABCs: tighten up `resolve()` and `absolute()` (#126611)

2024-11-09 Thread barneygale
https://github.com/python/cpython/commit/266328552e922fd9030cd699e10a25f03a67c8ba commit: 266328552e922fd9030cd699e10a25f03a67c8ba branch: main author: Barney Gale committer: barneygale date: 2024-11-09T18:47:49Z summary: pathlib ABCs: tighten up `resolve()` and `absolute()` (#126611) In `PathB

[Python-checkins] pathlib ABCs: support initializing paths with no arguments (#126608)

2024-11-09 Thread barneygale
https://github.com/python/cpython/commit/0f47a3199c51ba7c49e72b4c645dbf599aa17be4 commit: 0f47a3199c51ba7c49e72b4c645dbf599aa17be4 branch: main author: Barney Gale committer: barneygale date: 2024-11-09T18:21:53Z summary: pathlib ABCs: support initializing paths with no arguments (#126608) In t