diff options
author | Hai Shi <shihai1992@gmail.com> | 2020-02-17 13:49:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-17 13:49:26 (GMT) |
commit | 7d7956833cc37a9d42807cbfeb7dcc041970f579 (patch) | |
tree | cf27e4ff635f0a78665d17cd9b9bdeb0b5a90100 /Misc | |
parent | 3d235f5c5c5bce6e0caec44d2ce17f670c2ca2d7 (diff) | |
download | cpython-7d7956833cc37a9d42807cbfeb7dcc041970f579.zip cpython-7d7956833cc37a9d42807cbfeb7dcc041970f579.tar.gz cpython-7d7956833cc37a9d42807cbfeb7dcc041970f579.tar.bz2 |
bpo-1635741: Port _contextvars module to multiphase initialization (PEP 489) (GH-18374)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-02-06-09-00-35.bpo-1635741.oaxe1j.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-02-06-09-00-35.bpo-1635741.oaxe1j.rst b/Misc/NEWS.d/next/Core and Builtins/2020-02-06-09-00-35.bpo-1635741.oaxe1j.rst new file mode 100644 index 0000000..49336f0 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-02-06-09-00-35.bpo-1635741.oaxe1j.rst @@ -0,0 +1 @@ +Port _contextvars extension module to multiphase initialization (:pep:`489`).
\ No newline at end of file |