Files
cpython/Include
Eric Snow d393c1b227 bpo-28411: Isolate PyInterpreterState.modules (#3575)
A bunch of code currently uses PyInterpreterState.modules directly instead of PyImport_GetModuleDict(). This complicates efforts to make changes relative to sys.modules. This patch switches to using PyImport_GetModuleDict() uniformly. Also, a number of related uses of sys.modules are updated for uniformity for the same reason.

Note that this code was already reviewed and merged as part of #1638. I reverted that and am now splitting it up into more focused parts.
2017-09-14 12:18:12 -06:00
..
2017-08-03 09:00:59 +03:00
2016-01-26 00:40:57 +01:00
2016-09-09 12:36:44 -07:00
2016-09-18 18:00:25 -07:00
2015-03-21 09:25:53 +02:00
2017-09-14 00:35:58 -07:00
2014-10-10 11:55:41 +02:00
2016-09-19 22:16:36 -07:00
2016-08-20 08:03:06 +00:00
2017-09-14 00:35:58 -07:00
2017-08-03 09:00:59 +03:00