-
Brett Cannon authored
conversion using the proper magic slot (e.g., __int__()). Also move conversion code out of PyNumber_*() functions in the C API into the nb_* function. Applied patch #1109424. Thanks Walter Doewald.
c3647ac9
lab.nexedi.com will be down for maintenance Tuesday, 8 September 2026, 05:00:00 UTC for a duration of approximately 30 minutes
conversion using the proper magic slot (e.g., __int__()). Also move conversion code out of PyNumber_*() functions in the C API into the nb_* function. Applied patch #1109424. Thanks Walter Doewald.