[issue40242] zmq mysql core dump

2020-04-09 Thread Rohit Gupta
Rohit Gupta added the comment: For the time being, changing the order of import is solving the problem. -- ___ Python tracker <https://bugs.python.org/issue40

[issue40242] zmq mysql core dump

2020-04-09 Thread Rohit Gupta
New submission from Rohit Gupta : # pyzmq==19.0.0 # zmq==0.0.0 # mysql-connector-python==8.0.19 # Following code is resulting in # Segmentation fault (core dumped) ## import zmq import mysql.connector database = "dev" host = "192.168.56.1&qu