[issue43616] random.shuffle() crashes with Unhandled exception

2021-03-25 Thread Stefan Behnel
Stefan Behnel added the comment: Almost certainly not a bug in CPython's stdlib. Possibly something worth investigating in lxml, although, as stated in issue 43618, random.shuffle() simply does not work on lxml.etree Elements. -- resolution: -> third party stage: -> resolved status

[issue43616] random.shuffle() crashes with Unhandled exception

2021-03-25 Thread Raymond Hettinger
Change by Raymond Hettinger : -- nosy: +scoder -skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue43616] random.shuffle() crashes with Unhandled exception

2021-03-24 Thread Irit Katriel
Change by Irit Katriel : -- components: +Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue43616] random.shuffle() crashes with Unhandled exception

2021-03-24 Thread Raymond Hettinger
Change by Raymond Hettinger : -- nosy: +skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue43616] random.shuffle() crashes with Unhandled exception

2021-03-24 Thread Raymond Hettinger
Change by Raymond Hettinger : -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue43616] random.shuffle() crashes with Unhandled exception

2021-03-24 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: Could you post code that fully reproduces the problem? I suspect the root cause for the bug is in lxml (a third-party library), not in CPython itself. -- nosy: +Jelle Zijlstra ___ Python tracker

[issue43616] random.shuffle() crashes with Unhandled exception

2021-03-24 Thread Rowan Sylvester-Bradley
New submission from Rowan Sylvester-Bradley : When I do random.shuffle(questions_element) (questions_element is an element generated by lxml via the code questions_element = exams.find("questions") ) I get a crash: Unhandled exception at 0x7FFD7AE8EF89 (ntdll.dll) in python.exe: 0xC00