mirror of
https://github.com/python/cpython.git
synced 2026-06-24 03:53:12 -04:00
7cb86c5def
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.