Files
cpython/Python
Nick Coghlan 944368e1cc Issue #23722: Initialize __class__ from type.__new__()
The __class__ cell used by zero-argument super() is now initialized
from type.__new__ rather than __build_class__, so class methods
relying on that will now work correctly when called from metaclass
methods during class creation.

Patch by Martin Teichmann.
2016-09-11 14:45:49 +10:00
..
2016-09-07 09:26:18 -07:00
2016-09-06 10:46:49 -07:00
2016-09-09 19:48:47 -07:00
2016-09-09 23:11:52 -07:00
2016-01-26 00:40:57 +01:00
2016-09-10 17:04:36 -07:00
2016-09-09 10:17:08 -07:00
2016-03-23 09:52:13 +01:00
2016-09-09 10:17:08 -07:00
2016-08-07 20:20:33 -07:00
2016-09-09 14:57:58 -07:00
2016-09-06 10:46:49 -07:00
2016-09-06 16:33:52 -07:00
2016-09-09 14:57:58 -07:00

Miscellaneous source files for the main Python shared library