mirror of
https://github.com/python/cpython.git
synced 2026-05-13 16:08:19 -04:00
512a237725
Fix based on patch #414750 by Michael Hudson. New functions get_func_name() and get_func_desc() return reasonable names and descriptions for all objects. XXX Even objects that aren't actually callable.