mirror of
https://github.com/python/cpython.git
synced 2026-05-16 01:19:28 -04:00
0eb2a6e974
without the Py_TPFLAGS_CHECKTYPES flag) in the wrappers. This required a few changes in test_descr.py to cope with the fact that the complex type has __int__, __long__ and __float__ methods that always raise an exception.