diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-03-18 14:29:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-18 14:29:34 (GMT) |
commit | 4657a8a0d006c76699ba3d1d4d21a04860bb2586 (patch) | |
tree | 140718e08140bae6876cc2377176139c23d4edc9 /Misc | |
parent | 56bfdebfb17ea9d3245b1f222e92b8e3b1ed6118 (diff) | |
download | cpython-4657a8a0d006c76699ba3d1d4d21a04860bb2586.zip cpython-4657a8a0d006c76699ba3d1d4d21a04860bb2586.tar.gz cpython-4657a8a0d006c76699ba3d1d4d21a04860bb2586.tar.bz2 |
bpo-1635741: Port _heapq module to multiphase initialization (GH19057)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-03-18-19-48-53.bpo-1635741.ELEihr.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-03-18-19-48-53.bpo-1635741.ELEihr.rst b/Misc/NEWS.d/next/Core and Builtins/2020-03-18-19-48-53.bpo-1635741.ELEihr.rst new file mode 100644 index 0000000..a30559d --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-03-18-19-48-53.bpo-1635741.ELEihr.rst @@ -0,0 +1 @@ +Port _heapq module to multiphase initialization. |