]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-117398: Add multiphase support to _datetime (gh-119373) (gh-119636)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 May 2024 22:36:32 +0000 (00:36 +0200)
committerGitHub <noreply@github.com>
Mon, 27 May 2024 22:36:32 +0000 (16:36 -0600)
commitd58ebf073c755c2f0f6e4ef2296b48a4c75e5f1c
tree837745c0e498bea3de1386fcbc1db44e7b5f68db
parent660125f864aa533b68a6ccbe11e35f0353388d56
[3.13] gh-117398: Add multiphase support to _datetime (gh-119373) (gh-119636)

This is minimal support.  Subinterpreters are not supported yet.  That will be addressed in a later change.

(cherry picked from commit 3e8b60905e97a4fe89bb24180063732214368938)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Lib/test/datetimetester.py
Modules/_datetimemodule.c