Skip to content

Commit

Permalink
bpo-1635741: Convert _multibytecodec to multi-phase init (GH-24095)
Browse files Browse the repository at this point in the history
Convert the _multibytecodec extension module (CJK codecs) to multi-phase
initialization (PEP 489).
  • Loading branch information
Erlend Egeberg Aasland committed Jan 4, 2021
1 parent 958acd2 commit 0b858cd
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 261 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Convert the _multibytecodec extension module (CJK codecs) to multi-phase
initialization (:pep:`489`). Patch by Erlend E. Aasland.
Loading

0 comments on commit 0b858cd

Please sign in to comment.