Files
cpython/Lib
Nick Coghlan d5cacbb1d9 PEP 489: Multi-phase extension module initialization
Known limitations of the current implementation:

- documentation changes are incomplete
- there's a reference leak I haven't tracked down yet

The leak is most visible by running:

  ./python -m test -R3:3 test_importlib

However, you can also see it by running:

  ./python -X showrefcount

Importing the array or _testmultiphase modules, and
then deleting them from both sys.modules and the local
namespace shows significant increases in the total
number of active references each cycle. By contrast,
with _testcapi (which continues to use single-phase
initialisation) the global refcounts stabilise after
a couple of cycles.
2015-05-23 22:24:10 +10:00
..
2015-05-22 20:30:16 -04:00
2015-04-13 14:21:02 -04:00
2014-09-17 16:32:46 +08:00
2015-04-03 18:12:41 +03:00
2015-03-29 16:45:19 -04:00
2015-03-05 15:45:01 +13:00
2015-04-03 18:13:23 +03:00
2015-04-13 14:21:02 -04:00
2015-04-14 10:35:43 -04:00
2014-10-19 18:07:05 +03:00
2015-04-13 20:25:11 -04:00
2014-10-19 18:07:05 +03:00
2015-05-11 13:48:16 -04:00
2015-03-18 17:27:57 -07:00
2015-03-18 18:19:30 -07:00
2015-03-18 17:27:57 -07:00
2015-04-03 18:13:23 +03:00
2015-04-21 19:44:54 -04:00
2015-04-13 14:21:02 -04:00
2015-04-13 14:21:02 -04:00
2015-04-13 14:21:02 -04:00