PEP 695: infer generic bases #2370
Labels
inference
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
python 3.12
Steps to reproduce
From test_mro_generic_3():
Current behavior
3.11
3.12 with main branch of astroid
3.12 with removing
register_module_extender(manager, "typing", _typing_transform)
, which we would like to be able to do (see pylint-dev/pylint#9401 (comment)):I believe the inference is failing on those bases.
Expected behavior
Better solution for preserving 3.11 behavior than the _typing_transform, which stubs out the typing module very minimally (see f2120db)
The text was updated successfully, but these errors were encountered: