[issue44820] subprocess hungs when processing value from mariadb

2021-08-04 Thread jb
jb added the comment: Great, thanks! чт, 5 авг. 2021 г. в 09:57, jb : > > > jb added the comment: > > Privet, spasibo za otklik. Poprobuyu yeshche raz provesti > issledovaniye. Yesli budet problema, napishu, na discuss.python.org > ili stackoverflow.com. S uvazheniyem,

[issue44820] subprocess hungs when processing value from mariadb

2021-08-04 Thread jb
jb added the comment: Privet, spasibo za otklik. Poprobuyu yeshche raz provesti issledovaniye. Yesli budet problema, napishu, na discuss.python.org ili stackoverflow.com. S uvazheniyem, Bolatbek. volume_up 165 / 5000 keyboard Translation results Hi, thanks for your feedback. I'll try to

[issue44820] subprocess hungs when processing value from mariadb

2021-08-03 Thread jb
New submission from jb : 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 (, ). When accessing the zero element, my subroutine hangs. -- components: Interpreter Core messages: 398862

[issue4028] Problem compiling the multiprocessing module on sunos5

2008-10-03 Thread JB Robertson
New submission from JB Robertson <[EMAIL PROTECTED]>: Hello, there's some issues compiling the multiprocessing module on the SunOS I have here, where CMSG_LEN, CMSG_ALIGN, CMSG_SPACE and sem_timedwait are absent. $ uname -av SunOS xxx 5.9 Generic_117171-15 sun4u sparc SUNW,Su