[issue42372] A crash in do_richcompare

2020-11-18 Thread Alexander Kurakin
Alexander Kurakin added the comment: Ok, close. -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue42372] A crash in do_richcompare

2020-11-16 Thread Alexander Kurakin
Alexander Kurakin added the comment: Thanks for reply! Is it call of NULL? If so, shoudn't do_richcompare check it? -- ___ Python tracker ___

[issue42372] A crash in do_richcompare

2020-11-16 Thread Christian Heimes
Christian Heimes added the comment: The Pandas bug links to a traceback: Program received signal SIGSEGV, Segmentation fault. 0x5589b0a0 in PyUnicode_Type () (gdb) bt #0 0x5589b0a0 in PyUnicode_Type () #1 0x5567d8b3 in do_richcompare (op=2, w=0x777a4b20,

[issue42372] A crash in do_richcompare

2020-11-16 Thread Alexander Kurakin
New submission from Alexander Kurakin : Sometimes test.py causes a crash in 3.7.9 (and lower to 2018 year or more) on Linux. See also: https://github.com/pandas-dev/pandas/issues/21968 -- components: Interpreter Core files: issue.zip messages: 381113 nosy: kuraga priority: normal