]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117398: Add multiphase support to _datetime (gh-119373)
authorErlend E. Aasland <erlend@python.org>
Mon, 27 May 2024 22:02:46 +0000 (00:02 +0200)
committerGitHub <noreply@github.com>
Mon, 27 May 2024 22:02:46 +0000 (16:02 -0600)
commit3e8b60905e97a4fe89bb24180063732214368938
tree39f3869631ffe1932632db259cfa69a9f114118f
parentae7b17673f29efe17b416cbcfbf43b5b3ff5977c
gh-117398: Add multiphase support to _datetime (gh-119373)

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

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Lib/test/datetimetester.py
Modules/_datetimemodule.c