Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

This could be fixed with 24dc2f8c56697f9ee51a4887cf0814b6600c1815 issue38525

➜  cpython git:(24dc2f8c56) ./python.exe -c 'list((lambda: 
None).__annotations__.__reversed__())'
➜  cpython git:(24dc2f8c56) git checkout HEAD~1
Previous HEAD position was 24dc2f8c56 bpo-38525: Fix a segmentation fault when 
using reverse iterators of empty dict (GH-16846)
HEAD is now at 88eeda6311 Remove doc reference to unmaitained Nose package 
(GH-16849)
➜  cpython git:(88eeda6311) make -s -j4 2> /dev/null
➜  cpython git:(88eeda6311) ./python.exe -c 'list((lambda: 
None).__annotations__.__reversed__())'
[1]    36178 segmentation fault  ./python.exe -c 'list((lambda: 
None).__annotations__.__reversed__())'

----------
nosy: +xtreak

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39668>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to