]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44486: Make sure that modules always have a dictionary. (GH-26847)
authorMark Shannon <mark@hotpy.org>
Wed, 23 Jun 2021 09:00:43 +0000 (10:00 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Jun 2021 09:00:43 +0000 (10:00 +0100)
commitc3f52b4d707a78eb342372a2be00f3eb846a05b9
tree1d5d5e7d4fe5cf7da492ed6eb79f019a43cb1946
parent35b773accb41f09e40bf17bfaa5f0bc80796a26c
bpo-44486: Make sure that modules always have a dictionary. (GH-26847)

* Make sure that modules always have a dictionary.
Lib/test/test_module.py
Misc/NEWS.d/next/Core and Builtins/2021-06-22-10-55-23.bpo-44486.wct-9X.rst [new file with mode: 0644]
Objects/moduleobject.c
Python/ceval.c