diff options
| author | neonene <53406459+neonene@users.noreply.github.com> | 2024-07-03 08:22:51 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-03 08:22:51 (GMT) |
| commit | 2c3aa527fd37233527f1895bcb6eddbb7c1bab08 (patch) | |
| tree | 48544f42e0e65601f7d358af5a5f7eb15464e3db /Lib/test/test_pyrepl/test_pyrepl.py | |
| parent | 85971492b7afb0e29a1104dbf8adebe8d0336cf5 (diff) | |
| download | cpython-2c3aa527fd37233527f1895bcb6eddbb7c1bab08.zip cpython-2c3aa527fd37233527f1895bcb6eddbb7c1bab08.tar.gz cpython-2c3aa527fd37233527f1895bcb6eddbb7c1bab08.tar.bz2 | |
[3.13] gh-120782: Update internal type cache when reloading datetime (GH-120829) (#120855)
* [3.13] gh-120782: Update internal type cache when reloading datetime
When reloading _datetime module, the single-phase version did not invoke the PyInit__datetime function, whereas the current multi-phase version updates the static types through the module init. The outdated static type cache in the interpreter state needs to be invalidated at the end of reloading the multi-phase module.
Diffstat (limited to 'Lib/test/test_pyrepl/test_pyrepl.py')
0 files changed, 0 insertions, 0 deletions
