SIGN IN SIGN UP

Issue #12946: Remove dead code in PyModule_GetDict

PyModule_NewObject already sets md_dict to PyDict_New():

    m->md_dict = PyDict_New();
B
Berker Peksag committed
7fbce56a57bd8ef45191eb8e4abb4b5d8edb1384
Parent: 7a01508