mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
As noted on the issue, making get_annotate_function() support both types and mappings is problematic because one object may be both. So let's add a new one that works with any mapping. This leaves get_annotate_function() not very useful, so remove it.