diff options
author | neonene <53406459+neonene@users.noreply.github.com> | 2024-06-21 17:09:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-21 17:09:33 (GMT) |
commit | a81d434c06335b0989ba83666ec7076b9d9d4e1e (patch) | |
tree | fa2a3dfa9953bb706066b201ef556e90a3a03685 /Misc/NEWS.d | |
parent | 6f1d448bc110633eda110310fd833bd46e7b30f2 (diff) | |
download | cpython-a81d434c06335b0989ba83666ec7076b9d9d4e1e.zip cpython-a81d434c06335b0989ba83666ec7076b9d9d4e1e.tar.gz cpython-a81d434c06335b0989ba83666ec7076b9d9d4e1e.tar.bz2 |
gh-120782: Update internal type cache when reloading datetime (#120829)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-06-21-12-00-16.gh-issue-120782.LOE8tj.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-21-12-00-16.gh-issue-120782.LOE8tj.rst b/Misc/NEWS.d/next/Library/2024-06-21-12-00-16.gh-issue-120782.LOE8tj.rst new file mode 100644 index 0000000..02acbd2 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-06-21-12-00-16.gh-issue-120782.LOE8tj.rst @@ -0,0 +1 @@ +Fix wrong references of the :mod:`datetime` types after reloading the module. |