mirror of
https://github.com/python/cpython.git
synced 2026-05-30 08:06:21 -04:00
7a50f2536e
Repair float constructor to return a true float when passed a subclass instance. New PyFloat_CheckExact macro.