[New-bugs-announce] [issue44820] subprocess hungs when processing <Null> value from mariadb

jb report at bugs.python.org
Wed Aug 4 01:49:38 EDT 2021


New submission from jb <zh.bolatbek at gmail.com>:

I am doing an insert in mariadb databases. For example, INSERT INTO t (a, b, c) VALUES (1, 3, None) RETURNING a, b. Upon execution, I get the value as (<NULL>, <NULL>). When accessing the zero element, my subroutine hangs.

----------
components: Interpreter Core
messages: 398862
nosy: zh.bolatbek
priority: normal
severity: normal
status: open
title: subprocess hungs when processing <Null> value from mariadb
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44820>
_______________________________________


More information about the New-bugs-announce mailing list