serge-sans-paille / pythran

Ahead of Time compiler for numeric kernels
https://pythran.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.98k stars 191 forks source link

Add missing baseid() in lists. #2179

Closed jeanlaroche closed 4 months ago

jeanlaroche commented 5 months ago

Fixes bug #2178

serge-sans-paille commented 4 months ago

Thanks for the PR. This is missing a test case though, ideally one that would be failing before that patch and working now.

jeanlaroche commented 4 months ago

Ah yes, I'll put the example of the bug that this refers to.