New submission from Lucas <lgerosa2...@gmail.com>:

environment: win10 cmd, python 3.8 32-bit, mysql, unittest

description: When restoring a database through mysql in a unittest function, 
the command prompt freezes before giving the result of the test, and I am 
forced to close it to quit.

steps to replicate: Have mysql installed, create a database with some content, 
dump the latter in a file, create a unit test using python's unittest with at 
least two test functions, and restore the file in one of them.

----------
components: Library (Lib)
messages: 370039
nosy: lgerosa
priority: normal
severity: normal
status: open
title: Mysql + unittest crash
type: crash
versions: Python 3.8

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

Reply via email to