C, fix namespace lookup for expr role

This commit is contained in:
Jakob Lykke Andersen
2021-01-10 11:21:23 +01:00
parent b0262a315f
commit 8a11f909a7
4 changed files with 28 additions and 4 deletions

View File

@@ -16,6 +16,10 @@ Features added
Bugs fixed
----------
* #8655: autodoc: Failed to generate document if target module contains an
object that raises an exception on ``hasattr()``
* C, ``expr`` role should start symbol lookup in the current scope.
Testing
--------