New submission from Rowan Sylvester-Bradley <ro...@sylvesterbradley.org>:

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 0x00007FFD7AE8EF89 (ntdll.dll) in python.exe: 
0xC0000374: A heap has been corrupted (parameters: 0x00007FFD7AEF77F0).

Is there a way to work around this?

Thanks - Rowan

----------
messages: 389456
nosy: rowan.bradley
priority: normal
severity: normal
status: open
title: random.shuffle() crashes with Unhandled exception
type: crash
versions: Python 3.9

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

Reply via email to