commit | f315142ddc61e54a59028db562aec5f62db783e1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Sep 08 15:33:52 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 08 15:33:52 2020 +0200 |
tree | cbceef40b4cc0e9e788e0ab3e45e77dc9c1178b9 | |
parent | bb083d33f7ffe93cee9e1f63d1e526dc81a6e34f [diff] |
bpo-1635741: Port mashal module to multi-phase init (#22149) Port the 'mashal' extension module to the multi-phase initialization API (PEP 489).