mirror of
https://github.com/python/cpython.git
synced 2026-05-19 02:44:16 -04:00
ac20e0f98d
* The hash of BuiltinMethodType instances no longer depends on the hash of __self__. It depends now on the hash of id(__self__). * The hash and equality of ModuleType and MethodWrapperType instances no longer depend on the hash and equality of __self__. They depend now on the hash and equality of id(__self__). * MethodWrapperType instances no longer support ordering.
Source files for various builtin objects