This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients pablogsal, vstinner
Date 2018-12-10.21:56:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544478993.13.0.788709270274.issue35425@psf.upfronthosting.co.za>
In-reply-to
Content
Could it be that there is another test that is sending SIGALRM but does not disarm the ITIMER_REAL timer before restoring the previous handler? 

---

TypeError: 'int' object is not callable

Can it be that thread.file has some custom deallocator/finalizer that fails?
History
Date User Action Args
2018-12-10 21:56:33pablogsalsetrecipients: + pablogsal, vstinner
2018-12-10 21:56:33pablogsalsetmessageid: <1544478993.13.0.788709270274.issue35425@psf.upfronthosting.co.za>
2018-12-10 21:56:33pablogsallinkissue35425 messages
2018-12-10 21:56:33pablogsalcreate