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 ned.deily
Recipients martius, ned.deily, r.david.murray, vstinner, yselivanov
Date 2016-11-23.19:25:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479929130.92.0.584385730611.issue28782@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, hg bisect finds:

changeset 103444:a77756e480c2: bad
The first bad revision is:
changeset:   103444:a77756e480c2
parent:      103442:914a81781291
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Fri Sep 09 10:17:08 2016 -0700
summary:     Rework CALL_FUNCTION* opcodes

Also, FWIW, the successful runs prior to this revision report:

base_events.py:481: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False>
History
Date User Action Args
2016-11-23 19:25:30ned.deilysetrecipients: + ned.deily, vstinner, r.david.murray, yselivanov, martius
2016-11-23 19:25:30ned.deilysetmessageid: <1479929130.92.0.584385730611.issue28782@psf.upfronthosting.co.za>
2016-11-23 19:25:30ned.deilylinkissue28782 messages
2016-11-23 19:25:30ned.deilycreate