Exception on exit after upgrading to python2.7.10

John Felps August 26, 2015

I use the python JIRA api to query issues in a test harness. After upgrading from python2.7.6 to 2.7.10, when the program exits, I get

Exception AttributeError: "'NoneType' object has no attribute 'version_info'" in <bound method JIRA.__del__ of <jira.client.JIRA object at 0x7f427eedf490>> ignored

 

 If I just load the module in the interpreter, then exit, it generates the exception.

2 answers

0 votes
John Felps December 2, 2015

Exception AttributeError: "'NoneType' object has no attribute 'version_info'" in <bound method JIRA.__del__ of <jira.client.JIRA object at 0x7f9b5c8fc450>> ignored

Exception AttributeError: "'NoneType' object has no attribute 'version_info'" in <bound method GreenHopper.__del__ of <jira.client.GreenHopper object at 0x7f9b5d1ac410>> ignored

 

 Happens with GreehHopper as well

0 votes
Robert Gosselin October 23, 2015

Got the same problem. Anybody found out why?

Suggest an answer

Log in or Sign up to answer